SilentEye 0.4.1
Public Member Functions

SilentEyeFramework::ModuleException Class Reference

Exception used by all SilentEye's plug-in. More...

#include <moduleexception.h>

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

List of all members.

Public Member Functions

 ModuleException (const QString &message) throw ()
 ModuleException (const QString &message, const QString &details) throw ()
 ModuleException (const ModuleException &exception) throw ()
 ~ModuleException () throw ()

Detailed Description

Exception used by all SilentEye's plug-in.

Definition at line 25 of file moduleexception.h.


Constructor & Destructor Documentation

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.


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