#include <exception.h>
List of all members.
Detailed Description
Definition at line 79 of file exception.h.
Constructor & Destructor Documentation
Exception::Exception |
( |
const std::string & |
message, |
|
|
const int |
error_number |
|
) |
| throw () |
|
inline |
virtual Exception::~Exception |
( |
| ) |
throw () |
|
inlinevirtual |
Member Function Documentation
const int Exception::error_number |
( |
| ) |
const throw () |
|
inline |
std::string Exception::message |
( |
| ) |
const throw () |
|
inline |
const char* Exception::what |
( |
| ) |
const throw () |
|
inline |
Member Data Documentation
const int Exception::_error_number |
|
protected |
const std::string Exception::_message |
|
protected |
The documentation for this class was generated from the following file: