#include <InterruptedException.h>
Public Member Functions |
| InterruptedException (const std::string &aMsg="", const std::string &aFile="", int aLine=-1) |
virtual void | print (std::ostream &aOut) |
| Exception (const std::string &aMsg="", const std::string &aFile="", int aLine=-1) |
virtual | ~Exception () throw () |
void | setMessage (const std::string &aMsg) |
const char * | getMessage () const |
virtual void | print (std::ostream &aOut) const |
const char * | what () const throw () |
Additional Inherited Members |
std::string | _msg |
| A user set message for the exception.
|
std::string | _file |
| File in which the error occurred.
|
int | _line |
| Line number at which the error occurred.
|
Constructor & Destructor Documentation
OpenSim::InterruptedException::InterruptedException |
( |
const std::string & |
aMsg = "" , |
|
|
const std::string & |
aFile = "" , |
|
|
int |
aLine = -1 |
|
) |
| |
|
inline |
Member Function Documentation
virtual void OpenSim::InterruptedException::print |
( |
std::ostream & |
aOut | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file:
- E:/Projects/OpenSim30Br/OpenSim30/OpenSim/Common/InterruptedException.h