v0.1.8
|
Public Member Functions | |
NetworkException (UInt8 code, UInt8 reason, const SystemCode &systemCode=SystemCode()) | |
String | GetString () const |
String | GetReason () const |
Public Member Functions inherited from CGUL::Exception | |
virtual const char * | what () const throw () |
Additional Inherited Members | |
Public Attributes inherited from CGUL::Exception | |
union { | |
struct { | |
UInt16 reason | |
UInt16 code | |
UInt32 type | |
} info | |
UInt64 unique | |
}; | |
SystemCode | systemCode |
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) | |