#include <exception.h>
Public Member Functions | |
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 () |
Protected Attributes | |
const int | mErrorNumber |
const std::string | mMessage |
Definition at line 25 of file lib/kinematics/AnalyticalGuess/include/exception.h.
AnaGuess::Exception::Exception | ( | const std::string & | aMessage, |
const int | aErrorNumber | ||
) | throw () [inline] |
Definition at line 31 of file lib/kinematics/AnalyticalGuess/include/exception.h.
virtual AnaGuess::Exception::~Exception | ( | ) | throw () [inline, virtual] |
Definition at line 36 of file lib/kinematics/AnalyticalGuess/include/exception.h.
const int AnaGuess::Exception::errorNumber | ( | ) | const throw () [inline] |
Definition at line 46 of file lib/kinematics/AnalyticalGuess/include/exception.h.
std::string AnaGuess::Exception::message | ( | ) | const throw () [inline] |
Definition at line 39 of file lib/kinematics/AnalyticalGuess/include/exception.h.
const char* AnaGuess::Exception::what | ( | ) | const throw () [inline] |
Definition at line 42 of file lib/kinematics/AnalyticalGuess/include/exception.h.
const int AnaGuess::Exception::mErrorNumber [protected] |
Definition at line 28 of file lib/kinematics/AnalyticalGuess/include/exception.h.
const std::string AnaGuess::Exception::mMessage [protected] |
Definition at line 27 of file lib/kinematics/AnalyticalGuess/include/exception.h.