#include <exception.h>
Definition at line 79 of file include/common/exception.h.
Exception::Exception |
( |
const std::string & |
message, |
|
|
const int |
error_number |
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
virtual Exception::~Exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
int Exception::error_number |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
std::string Exception::message |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
const char* Exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
const int Exception::_error_number |
|
protected |
const std::string Exception::_message |
|
protected |
The documentation for this class was generated from the following file: