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

rdaException Class Reference

The common superclass for a number of exceptions that can be thrown by the RDA subsystem. More...

Inheritance diagram for rdaException:

rdaBadParameter rdaInternalException rdaIOError rdaNoConnection rdaTimeOut rdaTypeMismatch List of all members.

Public Member Functions

virtual const char * getType () const
 Returns the exception class name.

const char * getMessage () const
 Returns a string describing the error (the string can be empty).


Related Functions

(Note that these are not member functions.)

ostream & operator<< (ostream &os, const rdaException &ex)
 Prints a string representation of the exception ex to the output stream os.


Detailed Description

The common superclass for a number of exceptions that can be thrown by the RDA subsystem.

Each rdaException provides a string describing the error.


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