|
Public Member Functions |
| | Exception (void) |
| | Exception (const char *reason, const char *desc, const char *origin, int severity=ERR) |
| | Exception (const std::string &reason, const std::string &desc, const std::string &origin, int severity=ERR) |
| | Exception (const Error &error) |
| | Exception (const Exception &src) |
| Exception & | operator= (const Exception &_src) |
| virtual | ~Exception (void) |
| void | push_error (const char *reason, const char *desc, const char *origin, int severity=ERR) |
| void | push_error (const std::string &reason, const std::string &desc, const std::string &origin, int severity=ERR) |
| void | push_error (const Error &error) |
Public Attributes |
| ErrorList | errors |