![]() |
VR-Vantage 3.1 API Documentation
|
Class that defines a basic exception class which behaves the same way on Windows/Linux. More...

Public Member Functions | |
| JrmException () | |
| JrmException (const char *const &s) | |
| JrmException (const char *const &s, int i) | |
| JrmException (const JrmException &ex) | |
| JrmException & | operator= (const JrmException &rhs) |
| virtual const char * | what () const throw () |
| virtual | ~JrmException () throw () |
Private Attributes | |
| std::string | m_what |
| int | m_code |
Class that defines a basic exception class which behaves the same way on Windows/Linux.
Methods and CTORS adhere to std::exception interface
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
References m_what.
|
private |
Referenced by operator=(), and what().
|
private |
Referenced by operator=().