| errors | thirdparty::Exception | |
| Exception(void) | thirdparty::Exception | |
| Exception(const char *reason, const char *desc, const char *origin, int severity=ERR) | thirdparty::Exception | |
| Exception(const std::string &reason, const std::string &desc, const std::string &origin, int severity=ERR) | thirdparty::Exception | |
| Exception(const Error &error) | thirdparty::Exception | |
| Exception(const Exception &src) | thirdparty::Exception | |
| operator=(const Exception &_src) | thirdparty::Exception | |
| push_error(const char *reason, const char *desc, const char *origin, int severity=ERR) | thirdparty::Exception | |
| push_error(const std::string &reason, const std::string &desc, const std::string &origin, int severity=ERR) | thirdparty::Exception | |
| push_error(const Error &error) | thirdparty::Exception | |
| ~Exception(void) | thirdparty::Exception | [virtual] |