![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
#include "exceptions.h"
Public Member Functions | |
StandardException (const QString &what) | |
virtual | ~StandardException () throw () |
virtual const char * | what () const throw () |
Protected Attributes | |
QString | What_ |
Definition at line 41 of file exceptions.h.
LeechCraft::StandardException::StandardException | ( | const QString & | what | ) |
Definition at line 36 of file exceptions.cpp.
|
virtual |
Definition at line 41 of file exceptions.cpp.
|
virtual |
Reimplemented in LeechCraft::UnknownVersionException, and LeechCraft::ReleaseFailureException.
Definition at line 45 of file exceptions.cpp.
References What_.
|
protected |
Definition at line 44 of file exceptions.h.
Referenced by what(), LeechCraft::ReleaseFailureException::what(), and LeechCraft::UnknownVersionException::what().