Inheritance diagram for CEGUI::Exception:
Public Member Functions | |
Exception (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 |
const String& CEGUI::Exception::getMessage | ( | void | ) | const [inline] |