#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()
§ Exception() [1/2]
§ Exception() [2/2]
| Exception |
( |
const char * |
eType, |
|
|
const std::string *const |
msg = NULL |
|
) |
| |
| throw | ( | |
| ) | | |
|
inlineexplicitprotected |
§ what()
| virtual const char* what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inlinevirtual |
The documentation for this class was generated from the following file: