alkimia
8.0.2
|
#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__) |
Definition in file alkexception.h.
#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 48 of file alkexception.h.