#include <exception.h>
Public Member Functions | |
int | error_number () const throw () |
Exception (const std::string &message, const int error_number) throw () | |
std::string | message () const throw () |
const char * | what () const throw () |
virtual | ~Exception () throw () |
Protected Attributes | |
const int | _error_number |
const std::string | _message |
Definition at line 79 of file include/common/exception.h.
Exception::Exception | ( | const std::string & | message, |
const int | error_number | ||
) | throw () [inline] |
Definition at line 85 of file include/common/exception.h.
virtual Exception::~Exception | ( | ) | throw () [inline, virtual] |
Definition at line 90 of file include/common/exception.h.
int Exception::error_number | ( | ) | const throw () [inline] |
Definition at line 100 of file include/common/exception.h.
std::string Exception::message | ( | ) | const throw () [inline] |
Definition at line 93 of file include/common/exception.h.
const char* Exception::what | ( | ) | const throw () [inline] |
Definition at line 96 of file include/common/exception.h.
const int Exception::_error_number [protected] |
Definition at line 82 of file include/common/exception.h.
const std::string Exception::_message [protected] |
Definition at line 81 of file include/common/exception.h.