#include <RTI.hh>
Public Member Functions | |
Exception (const char *reason) | |
Exception (ULong serial, const char *reason) | |
Exception (const Exception &toCopy) | |
virtual | ~Exception () |
Exception & | operator= (const Exception &) |
virtual Exception * | cloneSelf () const =0 throw () |
virtual void | throwSelf () const =0 |
const std::string | displayMe () const |
virtual long | getType ()=0 |
Public Attributes | |
ULong | _serial |
char * | _reason |
const char * | _name |
Definition at line 69 of file RTI.hh.
Exception | ( | const char * | reason | ) |
~Exception | ( | ) | [virtual] |
RTI::Exception & operator= | ( | const Exception & | toCopy | ) |
virtual Exception* cloneSelf | ( | ) | const throw () [pure virtual] |
virtual void throwSelf | ( | ) | const [pure virtual] |
const std::string displayMe | ( | ) | const |
Definition at line 228 of file RTItypes.cc.
References _name, _reason, _serial, PD_RTIException, and pdExcept.
Referenced by operator<<().
virtual long getType | ( | ) | [pure virtual] |
char* _reason |
Definition at line 73 of file RTI.hh.
Referenced by displayMe(), Exception(), operator=(), and ~Exception().
const char* _name |