A base class for exceptions thrown by GIFT. More...
#include <GIFTExceptions.h>
Public Member Functions | |
const char * | getMessage () const |
get the message contained in this | |
GIFTException (const char *inMessage) | |
Constructor. | |
GIFTException (char *inMessage) | |
Constructor. | |
virtual | ~GIFTException () |
Destructor. |
Protected Attributes | |
const char * | mMessage |
The exception message. | |
bool | mDestroy |
will the message be killed? |
Friends | |
ostream & | operator<< (ostream &outStream, const GIFTException &) |
Output into a stream. |
A base class for exceptions thrown by GIFT.
WM 211099 created docs WM 0899 created