![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
#include "exceptions.h"
Inheritance diagram for LeechCraft::UnknownVersionException:
Collaboration diagram for LeechCraft::UnknownVersionException:Public Member Functions | |
| UnknownVersionException (qint64 version, const QString &what) | |
| virtual | ~UnknownVersionException () throw () |
| virtual const char * | what () const throw () |
Public Member Functions inherited from LeechCraft::SerializationException | |
| SerializationException (const QString &what) | |
| virtual | ~SerializationException () throw () |
Public Member Functions inherited from LeechCraft::StandardException | |
| StandardException (const QString &what) | |
| virtual | ~StandardException () throw () |
Protected Attributes | |
| qint64 | Version_ |
Protected Attributes inherited from LeechCraft::StandardException | |
| QString | What_ |
Definition at line 84 of file exceptions.h.
| LeechCraft::UnknownVersionException::UnknownVersionException | ( | qint64 | version, |
| const QString & | what | ||
| ) |
Definition at line 98 of file exceptions.cpp.
|
virtual | |||||||||||||
Definition at line 104 of file exceptions.cpp.
|
virtual | |||||||||||||
Reimplemented from LeechCraft::StandardException.
Definition at line 108 of file exceptions.cpp.
References Version_, and LeechCraft::StandardException::What_.
|
protected |
Definition at line 87 of file exceptions.h.
Referenced by what().