#include <CEGUIExceptions.h>
Inheritance diagram for CEGUI::Exception:


Public Member Functions | |
| Exception (const String &message) | |
| virtual | ~Exception (void) |
| const String & | getMessage (void) const |
| Return a reference to the String object describing the reason for the exception being thrown. | |
Protected Attributes | |
| String | d_message |
Definition at line 40 of file CEGUIExceptions.h.
|
|
Definition at line 33 of file CEGUIExceptions.cpp. References CEGUI::Errors, and CEGUI::utf8. |
|
|
Definition at line 39 of file CEGUIExceptions.cpp. |
|
|
Return a reference to the String object describing the reason for the exception being thrown.
Definition at line 56 of file CEGUIExceptions.h. |
|
|
Definition at line 60 of file CEGUIExceptions.h. |
1.3.9.1