#include <exception.h>
|
const int | errorNumber () const throw () |
|
| Exception (const std::string &aMessage, const int aErrorNumber) throw () |
|
std::string | message () const throw () |
|
const char * | what () const throw () |
|
virtual | ~Exception () throw () |
|
AnaGuess::Exception::Exception |
( |
const std::string & |
aMessage, |
|
|
const int |
aErrorNumber |
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
virtual AnaGuess::Exception::~Exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
const int AnaGuess::Exception::errorNumber |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
std::string AnaGuess::Exception::message |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
const char* AnaGuess::Exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
const int AnaGuess::Exception::mErrorNumber |
|
protected |
const std::string AnaGuess::Exception::mMessage |
|
protected |
The documentation for this class was generated from the following file: