The Exception class is a simple exception class accepting QString messages instead of const char*. More...
Public Member Functions | |
| Exception (const QString &m) throw () | |
| virtual const QString & | qWhat () const throw () |
| virtual const char * | what () const throw () |
Private Attributes | |
| QString | msg |
The Exception class is a simple exception class accepting QString messages instead of const char*.
Definition at line 26 of file Exceptions.h.
1.7.2