SilentEye 0.4.1
|
Internal exception only used by SilentEyeFramework. More...
#include <silenteyeexception.h>
Public Member Functions | |
SilentEyeException (const QString &message) throw () | |
SilentEyeException (const QString &message, const QString &details) throw () | |
SilentEyeException (const SilentEyeException &exception) throw () | |
~SilentEyeException () throw () | |
QString | message () const |
QString | details () const |
void | raise () const |
Exception * | clone () const |
Protected Attributes | |
QString | m_message |
QString | m_details |
Internal exception only used by SilentEyeFramework.
Definition at line 24 of file silenteyeexception.h.
SilentEyeFramework::SilentEyeException::SilentEyeException | ( | const QString & | message | ) | throw () |
Definition at line 20 of file silenteyeexception.cpp.
Referenced by clone().
SilentEyeFramework::SilentEyeException::SilentEyeException | ( | const QString & | message, |
const QString & | details | ||
) | throw () |
Definition at line 26 of file silenteyeexception.cpp.
SilentEyeFramework::SilentEyeException::SilentEyeException | ( | const SilentEyeException & | exception | ) | throw () |
Definition at line 33 of file silenteyeexception.cpp.
SilentEyeFramework::SilentEyeException::~SilentEyeException | ( | ) | throw () |
Definition at line 39 of file silenteyeexception.cpp.
Exception* SilentEyeFramework::SilentEyeException::clone | ( | ) | const [inline] |
Definition at line 41 of file silenteyeexception.h.
References SilentEyeException().
QString SilentEyeFramework::SilentEyeException::details | ( | ) | const |
Definition at line 45 of file silenteyeexception.cpp.
References m_details.
Referenced by SilentEye::OptionDialog::displayException(), main(), and SilentEye::MainWindow::newMedia().
QString SilentEyeFramework::SilentEyeException::message | ( | ) | const |
Definition at line 41 of file silenteyeexception.cpp.
References m_message.
Referenced by SilentEye::OptionDialog::displayException(), and SilentEye::MainWindow::newMedia().
void SilentEyeFramework::SilentEyeException::raise | ( | ) | const [inline] |
Definition at line 40 of file silenteyeexception.h.
QString SilentEyeFramework::SilentEyeException::m_details [protected] |
Definition at line 28 of file silenteyeexception.h.
Referenced by details().
QString SilentEyeFramework::SilentEyeException::m_message [protected] |
Definition at line 27 of file silenteyeexception.h.
Referenced by message().