#include <GIFTExceptions.h>
Inheritance diagram for GIFTException:

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. | |
WM 211099 created docs WM 0899 created