SilentEye 0.4.1
|
Exception used by all SilentEye's plug-in. More...
#include <moduleexception.h>
Public Member Functions | |
ModuleException (const QString &message) throw () | |
ModuleException (const QString &message, const QString &details) throw () | |
ModuleException (const ModuleException &exception) throw () | |
~ModuleException () throw () |
Exception used by all SilentEye's plug-in.
Definition at line 25 of file moduleexception.h.
SilentEyeFramework::ModuleException::ModuleException | ( | const QString & | message | ) | throw () |
Definition at line 20 of file moduleexception.cpp.
SilentEyeFramework::ModuleException::ModuleException | ( | const QString & | message, |
const QString & | details | ||
) | throw () |
Definition at line 24 of file moduleexception.cpp.
SilentEyeFramework::ModuleException::ModuleException | ( | const ModuleException & | exception | ) | throw () |
Definition at line 29 of file moduleexception.cpp.
SilentEyeFramework::ModuleException::~ModuleException | ( | ) | throw () |
Definition at line 33 of file moduleexception.cpp.