#include <CEGUIExceptions.h>
Inheritance diagram for CEGUI::ObjectInUseException:
Public Member Functions | |
ObjectInUseException (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 177 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. |