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