Inheritance diagram for rdaIOError:
Public Member Functions | |
rdaIOError (const char *errorCategory, long errorCode, const char *errorMessage) | |
Constructs an rdaIOError exception; details defaults to NULL. | |
rdaIOError (const char *errorCategory, long errorCode, const char *errorMessage, const rdaData &errorDetails) | |
Constructs a fully-specified rdaIOError exception. | |
const char * | getCategory () const |
Returns the category string for this exception. | |
long | getCode () const |
Returns the error code for this exception. | |
const rdaData * | getDetails () const |
Returns additional error information for this exception, packed into an rdaData object, or NULL if the details are not available. | |
virtual const char * | getType () const |
Returns the exception class name. |
Each rdaIOError exception provides several kinds of information: