Exception Class Reference

Super-class of all exceptions - the rest of them is self-explanatory. More...

#include <exceptions.h>

Inheritance diagram for Exception:

FileException FileContentException FileNotFound IOException ConfigParseException ConfigSemanticException

List of all members.

Public Member Functions

 Exception (string message)
 Creates an exception with the given message.
string getMessage ()
 Returns the exception message.

Protected Member Functions

 Exception ()

Protected Attributes

string message
 The exception message.


Detailed Description

Super-class of all exceptions - the rest of them is self-explanatory.

Definition at line 17 of file exceptions.h.


Constructor & Destructor Documentation

Exception::Exception ( string  message  )  [inline]

Creates an exception with the given message.

Parameters:
message the message

Definition at line 33 of file exceptions.h.

Exception::Exception (  )  [inline, protected]

See also:
Exception

Definition at line 50 of file exceptions.h.


Member Function Documentation

string Exception::getMessage (  )  [inline]

Returns the exception message.

Returns:
the message

Definition at line 42 of file exceptions.h.


The documentation for this class was generated from the following file:

Generated on Fri Jan 8 10:38:13 2010 for dreamcache by  doxygen 1.5.5