alkimia  8.0.3
Classes | Macros
alkexception.h File Reference
#include <alkimia/alk_export.h>
#include <QString>

Go to the source code of this file.

Classes

class  AlkException
 

Macros

#define ALKEXCEPTION(what)   AlkException(what, __FILE__, __LINE__)
 

Detailed Description

Author
Thomas Baumgart

Definition in file alkexception.h.

Macro Definition Documentation

◆ ALKEXCEPTION

#define ALKEXCEPTION (   what)    AlkException(what, __FILE__, __LINE__)

This is the preferred constructor to create a new exception object. It automatically inserts the filename and the source code line into the object upon creation.

It is equivalent to AlkException(text, FILE, LINE)

Definition at line 49 of file alkexception.h.