![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
#include "exceptions.h"
Inheritance diagram for LC::StandardException:
Collaboration diagram for LC::StandardException: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.
| LC::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 LC::UnknownVersionException, and LC::ReleaseFailureException.
Definition at line 45 of file exceptions.cpp.
References What_.
|
protected |
Definition at line 44 of file exceptions.h.
Referenced by what(), LC::ReleaseFailureException::what(), and LC::UnknownVersionException::what().