#include <Exception.h>
List of all members.
Public Member Functions |
| Base (const char *fn="<UNKNOWN>", int ln=0) |
virtual | ~Base () throw () |
const std::string & | getMessage () const |
const std::string & | getMessageText () const |
const char * | what () const throw () |
Protected Member Functions |
void | setMessage (const std::string &msgin) |
Constructor & Destructor Documentation
SimTK::Exception::Base::Base |
( |
const char * |
fn = "<UNKNOWN>" , |
|
|
int |
ln = 0 |
|
) |
| [inline, explicit] |
virtual SimTK::Exception::Base::~Base |
( |
| ) |
throw () [inline, virtual] |
Member Function Documentation
const std::string& SimTK::Exception::Base::getMessage |
( |
| ) |
const [inline] |
const std::string& SimTK::Exception::Base::getMessageText |
( |
| ) |
const [inline] |
const char* SimTK::Exception::Base::what |
( |
| ) |
const throw () [inline] |
void SimTK::Exception::Base::setMessage |
( |
const std::string & |
msgin | ) |
[inline, protected] |
The documentation for this class was generated from the following file: