base class of all exceptions of this project More...
#include <exception.h>
Public Member Functions | |
Exception (const QString &message) | |
QString | what () const |
Private Attributes | |
QString | message |
base class of all exceptions of this project
Definition at line 27 of file exception.h.
Exception::Exception | ( | const QString & | message | ) |
QString Exception::what | ( | ) | const |
QString Exception::message [private] |
Error Message
Definition at line 48 of file exception.h.