Alkimia API

alkexception.h File Reference
#include <alkimia/alk_export.h>
#include <QString>
Include dependency graph for alkexception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AlkException
 

Macros

#define ALKEXCEPTION(what)
 

Detailed Description

Author
Thomas Baumgart

Definition in file alkexception.h.

Macro Definition Documentation

◆ ALKEXCEPTION

#define ALKEXCEPTION ( what)
Value:
AlkException(what, __FILE__, __LINE__)
This class describes an exception that is thrown by the engine in case of a failure.

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 36 of file alkexception.h.

This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Dec 21 2024 17:01:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.