Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages | Examples

rdaIOError Class Reference

Indicates an error in the low level I/O software/firmware/hardware used in the device servers. More...

Inheritance diagram for rdaIOError:

rdaException List of all members.

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 rdaDatagetDetails () 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.


Detailed Description

Indicates an error in the low level I/O software/firmware/hardware used in the device servers.

Each rdaIOError exception provides several kinds of information:

See also:
rdaData


The documentation for this class was generated from the following file:
RDA-2.3 documentation - 27 Jun 2007 - N.Trofimov