Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CEGUI::Exception Class Reference

Root exception class used within the GUI system. More...

#include <CEGUIExceptions.h>

Inheritance diagram for CEGUI::Exception:

Inheritance graph
[legend]
Collaboration diagram for CEGUI::Exception:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Exception (const String &message)
virtual ~Exception (void)
const StringgetMessage (void) const
 Return a reference to the String object describing the reason for the exception being thrown.

Protected Attributes

String d_message

Detailed Description

Root exception class used within the GUI system.

Definition at line 40 of file CEGUIExceptions.h.


Constructor & Destructor Documentation

CEGUI::Exception::Exception const String message  ) 
 

Definition at line 33 of file CEGUIExceptions.cpp.

References CEGUI::Errors, and CEGUI::utf8.

CEGUI::Exception::~Exception void   )  [virtual]
 

Definition at line 39 of file CEGUIExceptions.cpp.


Member Function Documentation

const String& CEGUI::Exception::getMessage void   )  const [inline]
 

Return a reference to the String object describing the reason for the exception being thrown.

Returns:
String object containing a message describing the reason for the exception.

Definition at line 56 of file CEGUIExceptions.h.


Member Data Documentation

String CEGUI::Exception::d_message [protected]
 

Definition at line 60 of file CEGUIExceptions.h.


The documentation for this class was generated from the following files:
Generated on Wed Feb 16 12:41:10 2005 for Crazy Eddies GUI System by  doxygen 1.3.9.1