![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
#include "exceptions.h"
Public Member Functions | |
UnknownVersionException (qint64 version, const QString &what) | |
virtual | ~UnknownVersionException () throw () |
virtual const char * | what () const throw () |
![]() | |
SerializationException (const QString &what) | |
virtual | ~SerializationException () throw () |
![]() | |
StandardException (const QString &what) | |
virtual | ~StandardException () throw () |
Protected Attributes | |
qint64 | Version_ |
![]() | |
QString | What_ |
Definition at line 84 of file exceptions.h.
LC::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 LC::StandardException.
Definition at line 108 of file exceptions.cpp.
References Version_, and LC::StandardException::What_.
|
protected |
Definition at line 87 of file exceptions.h.
Referenced by what().