|
CFx SDK Documentation
2023 SP0
|
#include <baseException.h>
Public Member Functions | |
| BaseException (daiErrorId minor, const char *errorDescription, const char *functionId) | |
| BaseException (const BaseException &) | |
| virtual | ~BaseException () |
| BaseException & | operator= (const BaseException &) |
| virtual daiErrorId | errorId () const =0 |
| virtual const char * | description () const =0 |
| virtual const char * | functionId () const =0 |
Public Member Functions inherited from OdError | |
| void | setContext (OdErrorContext *pErrorContext) |
| const OdErrorContext * | context () const |
| OdErrorContext * | context () |
| OdError (OdResult code) | |
| OdError (const OdError &source) | |
| OdError (OdErrorContext *pErrorContext) | |
| OdError (const OdString &errorMessage) | |
| OdError (const OdString &errorMessage, const OdError &previousError) | |
| ~OdError () | |
| OdError & | operator= (const OdError &source) |
| OdResult | code () const |
| OdString | description () const |
| void | attachPreviousError (const OdError &previousError) |
| FX_DECLARE_CLANG_RTTI_EXCEPTION_WORKAROUND () | |
Protected Member Functions | |
| BaseException () | |
Definition at line 44 of file baseException.h.
| OdDAI::BaseException::BaseException | ( | daiErrorId | minor, |
| const char * | errorDescription, | ||
| const char * | functionId | ||
| ) |
| OdDAI::BaseException::BaseException | ( | const BaseException & | ) |
|
virtual |
|
protected |
|
pure virtual |
Implemented in OdDAI::DaiException.
|
pure virtual |
Implemented in OdDAI::DaiException.
|
pure virtual |
Implemented in OdDAI::DaiException.
| BaseException& OdDAI::BaseException::operator= | ( | const BaseException & | ) |