SilentEye 0.4.1
Public Member Functions | Protected Attributes

SilentEyeFramework::SilentEyeException Class Reference

Internal exception only used by SilentEyeFramework. More...

#include <silenteyeexception.h>

Inheritance diagram for SilentEyeFramework::SilentEyeException:
SilentEyeFramework::ModuleException

List of all members.

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

Detailed Description

Internal exception only used by SilentEyeFramework.

Definition at line 24 of file silenteyeexception.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

Exception* SilentEyeFramework::SilentEyeException::clone ( ) const [inline]

Definition at line 41 of file silenteyeexception.h.

References SilentEyeException().

QString SilentEyeFramework::SilentEyeException::details ( ) const
QString SilentEyeFramework::SilentEyeException::message ( ) const
void SilentEyeFramework::SilentEyeException::raise ( ) const [inline]

Definition at line 40 of file silenteyeexception.h.


Member Data Documentation

Definition at line 28 of file silenteyeexception.h.

Referenced by details().

Definition at line 27 of file silenteyeexception.h.

Referenced by message().


The documentation for this class was generated from the following files: