#include <Exceptions.h>
Inherited by ArithmeticError, IllegalValueException, IndexError, IoError, KeyError, LookupError, NotImplementedError, ReferenceError, RuntimeError, TypeError, and ValueError.
Public Member Functions |
virtual const char * | what () const throw () |
virtual | ~Exception () throw () |
Protected Member Functions |
| Exception () throw () |
| Exception (const char *eType, const std::string *const msg=NULL) throw () |
Constructor & Destructor Documentation
Exception |
( |
const char * |
eType, |
|
|
const std::string *const |
msg = NULL |
|
) |
| throw () |
|
inlineexplicitprotected |
Member Function Documentation
virtual const char* what |
( |
| ) |
const throw () |
|
inlinevirtual |
The documentation for this class was generated from the following file: