GLC_Exception : Base Class for all GLC_Exception Class. More...
#include <glc_exception.h>
Public Member Functions | |
Constructor / Destructor | |
| GLC_Exception (const QString &message) | |
| Default constructor. | |
| virtual | ~GLC_Exception () throw () |
| Destructor. | |
Get Functions | |
| virtual const char * | what () const throw () |
| Return exception description. | |
Protected Attributes | |
| QString | m_ErrorDescription |
| Error description. | |
GLC_Exception : Base Class for all GLC_Exception Class.
Definition at line 40 of file glc_exception.h.
| GLC_Exception::GLC_Exception | ( | const QString & | message | ) |
Default constructor.
Definition at line 33 of file glc_exception.cpp.
| GLC_Exception::~GLC_Exception | ( | ) | throw () [virtual] |
Destructor.
Definition at line 38 of file glc_exception.cpp.
| const char * GLC_Exception::what | ( | ) | const throw () [virtual] |
Return exception description.
Return exception description
Reimplemented in GLC_FileFormatException, and GLC_OpenGlException.
Definition at line 47 of file glc_exception.cpp.
References m_ErrorDescription.
QString GLC_Exception::m_ErrorDescription [protected] |
Error description.
Definition at line 70 of file glc_exception.h.
Referenced by GLC_OpenGlException::what(), GLC_FileFormatException::what(), and what().