CMyException Class Reference
Interface for all Exception
classes used by the toolbox. More...
#include <cmyexception.h>
Inheritance diagram for CMyException:
List of all members.
Detailed Description
Interface for all Exception classes used by the toolbox.
Each exception has an errornumber and an exception name.
Additionally each subclass has to provide the function
getInnerErrorMessage, which has to return a more detailed error
message. The function getErrorMsg formats the inner errormessage
with the errornumber and the exceptionname. Following error numbers
and exceptions exists:
The error system definitely needs some reworking!!!
Constructor & Destructor Documentation
|
CMyException::CMyException
|
( |
int |
errorNum,
|
|
|
string |
exceptionName |
|
) |
|
|
| virtual
CMyException::~CMyException
|
( |
|
) |
[inline,
virtual] |
|
Member Function Documentation
| virtual string
CMyException::getErrorMsg
|
( |
|
) |
[virtual] |
|
| virtual string
CMyException::getInnerErrorMsg
|
( |
|
) |
[protected, pure
virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following
file:
|