v0.1.8
|
Public Member Functions | |
FatalException (const String &error, UInt16 code=0) | |
String | GetString () const |
String | GetReason () const |
virtual const char * | what () const throw () |
Public Attributes | |
String | error |
Public Attributes inherited from CGUL::Exception | |
union { | |
struct { | |
UInt16 reason | |
UInt16 code | |
UInt32 type | |
} info | |
UInt64 unique | |
}; | |
SystemCode | systemCode |
Additional Inherited Members | |
Protected Member Functions inherited from CGUL::Exception | |
Exception (UInt16 code, UInt16 reason) | |
Exception (UInt16 code, UInt16 reason, const SystemCode &systemCode) | |
Exception (UInt16 code, UInt16 reason, UInt32 type) | |
Exception (UInt16 code, UInt16 reason, const SystemCode &systemCode, UInt32 type) | |