MOOS 0.2375
|
#include <MOOSException.h>
Public Member Functions | |
CMOOSException () | |
virtual | ~CMOOSException () |
CMOOSException (const char *sStr) | |
CMOOSException (const std::string &s) | |
char * | c_str () |
Public Attributes | |
char | m_sReason [100] |
storage for the exception reason |
A trivial Exception class
Definition at line 43 of file MOOSException.h.
CMOOSException::CMOOSException | ( | ) |
Definition at line 47 of file MOOSException.cpp.
CMOOSException::~CMOOSException | ( | ) | [virtual] |
Definition at line 52 of file MOOSException.cpp.
CMOOSException::CMOOSException | ( | const char * | sStr | ) |
construct an exception with a string argument giving the reason for the exception
Definition at line 64 of file MOOSException.cpp.
CMOOSException::CMOOSException | ( | const std::string & | s | ) |
Definition at line 57 of file MOOSException.cpp.
char* CMOOSException::c_str | ( | ) | [inline] |
Definition at line 56 of file MOOSException.h.
char CMOOSException::m_sReason[100] |
storage for the exception reason
Definition at line 59 of file MOOSException.h.