DCL 4.0
|
#include <Exception.h>
Public Member Functions | |
SysError (Exception *_cause=NULL) | |
SysError (uint32_t _errorNo) | |
uint32_t | errorNo () const |
virtual String | toString () const |
Public Member Functions inherited from Exception | |
Exception (Exception *_cause=NULL) | |
const Exception * | cause () const |
String | toStringAll () const |
virtual void | destroy () |
Public Member Functions inherited from Object | |
String | className () const |
bool | isInstanceOf (const std::type_info &typeinfo) const |
virtual const std::type_info & | typeInfo () const |
Additional Inherited Members | |
Protected Member Functions inherited from Exception | |
virtual | ~Exception () |
Protected Member Functions inherited from Object | |
virtual | ~Object () |
Object () | |
Protected Attributes inherited from Exception | |
Exception * | __pCause |
Definition at line 62 of file Exception.h.
SysError::SysError | ( | uint32_t | _errorNo | ) |
Definition at line 98 of file Exception.cpp.
|
inline |
Definition at line 78 of file Exception.h.
|
virtual |
Reimplemented from Exception.
Reimplemented in DllException, and IOException.
Definition at line 103 of file Exception.cpp.