#include <rdException.h>
Public Member Functions | |
| rdException (const char *aMsg=NULL, const char *aFile=NULL, int aLine=-1) | |
| Default constructor. | |
| void | setMessage (const char *aMsg) |
| Set the exception message. | |
| const char * | getMessage () |
| Get the exception message. | |
| void | print (FILE *aFP) |
| Set the exception message. | |
Static Public Attributes | |
| const int | MESSAGE_LENGTH = rdException_MESSAGE_LENGTH |
Protected Attributes | |
| char | _msg [rdException_MESSAGE_LENGTH] |
| A user set message for the exception. | |
| const char * | _file |
| File in which the error occurred. | |
| int | _line |
| Line number at which the error occurred. | |
Private Member Functions | |
| void | setNull () |
| Set the member variables to NULL values. | |
|
||||||||||||||||
|
Default constructor.
|
|
|
Get the exception message.
|
|
|
Set the exception message.
|
|
|
Set the exception message.
|
1.3