KoMacro::Exception Class Reference
#include <exception.h>
Detailed Description
Base Exception class.All exceptions we like to use within KoMacro need to inheritate from this exception.
Definition at line 34 of file exception.h.
Public Member Functions | |
| Exception (const QString &errormessage) | |
| Constructor. | |
| Exception (const Exception &) | |
| Copy-constructor. | |
| virtual | ~Exception () |
| Destructor. | |
| const QString | errorMessage () const |
| const QString | traceMessages () const |
| void | addTraceMessage (const QString &tracemessage) |
Add the message tracemessage to the list of traces. | |
Constructor & Destructor Documentation
|
|
Constructor.
Definition at line 55 of file exception.cpp. |
|
|
Copy-constructor.
Definition at line 63 of file exception.cpp. |
|
|
Destructor.
Definition at line 70 of file exception.cpp. |
Member Function Documentation
|
|
Add the message
Definition at line 88 of file exception.cpp. |
|
|
Definition at line 76 of file exception.cpp. Referenced by KexiMacroError::KexiMacroError(). |
|
|
Definition at line 82 of file exception.cpp. |
The documentation for this class was generated from the following files:
