#include <CEGUIExceptions.h>
Inheritance diagram for CEGUI::GenericException:
Public Member Functions | |
GenericException (const String &message) | |
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 67 of file CEGUIExceptions.h.
|
Definition at line 73 of file CEGUIExceptions.h. |
|
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. |