All exceptions should be based on this class.
Inheritance:
Public Methods
-
StandardException(const char* , exceptype)
- Create a new exception.
-
StandardException(string* , exceptype)
- Create a new exception.
-
string* getErrMsg(void)
- Get the error message.
-
exceptype getErrType(void)
- Get the exception type
Documentation
All exceptions should be based on this class.
StandardException(const char* , exceptype)
- Create a new exception. char * points to
a error message.
StandardException(string* , exceptype)
- Create a new exception. string * points to
a error message.
string* getErrMsg(void)
- Get the error message.
In a string representation
exceptype getErrType(void)
- Get the exception type
- Direct child classes:
- protoerr
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.