![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
#include "exceptions.h"
Inheritance diagram for LeechCraft::ReleaseFailureException:
Collaboration diagram for LeechCraft::ReleaseFailureException:Public Member Functions | |
| ReleaseFailureException (const QString &what, const QList< QObject * > &holders) | |
| virtual | ~ReleaseFailureException () throw () |
| virtual const char * | what () const throw () |
Public Member Functions inherited from LeechCraft::DependencyException | |
| DependencyException (const QString &what) | |
| virtual | ~DependencyException () throw () |
Public Member Functions inherited from LeechCraft::StandardException | |
| StandardException (const QString &what) | |
| virtual | ~StandardException () throw () |
Additional Inherited Members | |
Protected Attributes inherited from LeechCraft::StandardException | |
| QString | What_ |
Definition at line 66 of file exceptions.h.
| LeechCraft::ReleaseFailureException::ReleaseFailureException | ( | const QString & | what, |
| const QList< QObject * > & | holders | ||
| ) |
Definition at line 70 of file exceptions.cpp.
|
virtual | |||||||||||||
Definition at line 77 of file exceptions.cpp.
|
virtual | |||||||||||||
Reimplemented from LeechCraft::StandardException.
Definition at line 81 of file exceptions.cpp.
References LeechCraft::StandardException::What_.