![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Collaboration diagram for Exception:Public Member Functions | |
| Exception (const char *reason) | |
| Exception (ULong serial, const char *reason=NULL) | |
| Exception (const Exception &toCopy) | |
| virtual | ~Exception () |
| Exception & | operator= (const Exception &) |
| virtual Exception * | cloneSelf () const =0 throw () |
| virtual void | throwSelf () const =0 |
Public Attributes | |
| ULong | _serial |
| char * | _reason |
| const char * | _name |
| Exception::Exception | ( | const char * | reason | ) |
| Exception::Exception | ( | ULong | serial, |
| const char * | reason = NULL |
||
| ) |
| Exception::Exception | ( | const Exception & | toCopy | ) |
| virtual Exception::~Exception | ( | ) | [virtual] |
| virtual Exception* Exception::cloneSelf | ( | ) | const throw () [pure virtual] |
| virtual void Exception::throwSelf | ( | ) | const [pure virtual] |
| const char* Exception::_name |
| char* Exception::_reason |