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


Public Member Functions | |
| UnknownObjectException (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 80 of file CEGUIExceptions.h.
|
|
Definition at line 86 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. |
1.3.9.1