Exception Class Reference
base class of all exceptions of this project
More...
#include <exception.h>
List of all members.
|
Public Member Functions |
| Exception (const QString &message) |
QString | what () const |
Detailed Description
base class of all exceptions of this project
Definition at line 27 of file exception.h.
Constructor & Destructor Documentation
Exception::Exception |
( |
const QString & |
message |
) |
|
Member Function Documentation
QString Exception::what |
( |
|
) |
const |
Returns the error message
- Returns:
- error message
Definition at line 27 of file exception.cpp.
The documentation for this class was generated from the following files: