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