|
DCL 4.1
|
#include <Dll.h>
Public Member Functions | |
| DllException (const String &_name, Exception *_cause) | |
| DllException (const String &_name, uint32_t _errorNo) | |
| DllException (const String &_name, const String &_message) | |
| virtual String | toString () const |
| Public Member Functions inherited from SysError | |
| SysError (Exception *_cause=NULL) | |
| SysError (uint32_t _errorNo) | |
| uint32_t | errorNo () 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 |
| DllException::DllException | ( | const String & | _name, |
| Exception * | _cause ) |
| DllException::DllException | ( | const String & | _name, |
| uint32_t | _errorNo ) |
| DllException::DllException | ( | const String & | _name, |
| const String & | _message ) |
|
virtual |