|
CFx SDK Documentation
2020SP3
|
#include <daiException.h>
Public Member Functions | |
| DaiException (daiErrorId minor, const char *errorDescription, const char *functionId) | |
| DaiException (const DaiException &) | |
| ~DaiException () | |
| DaiException & | operator= (const DaiException &) |
| daiErrorId | Minor () const |
| virtual daiErrorId | errorId () const |
| virtual const char * | description () const |
| virtual const char * | functionId () const |
Public Member Functions inherited from OdDAI::BaseException | |
| BaseException (daiErrorId minor, const char *errorDescription, const char *functionId) | |
| BaseException (const BaseException &) | |
| virtual | ~BaseException () |
| BaseException & | operator= (const BaseException &) |
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 () | |
Additional Inherited Members | |
Protected Member Functions inherited from OdDAI::BaseException | |
| BaseException () | |
Definition at line 36 of file daiException.h.
| OdDAI::DaiException::DaiException | ( | daiErrorId | minor, |
| const char * | errorDescription, | ||
| const char * | functionId | ||
| ) |
| OdDAI::DaiException::DaiException | ( | const DaiException & | ) |
| OdDAI::DaiException::~DaiException | ( | ) |
|
virtual |
Implements OdDAI::BaseException.
|
virtual |
Implements OdDAI::BaseException.
|
virtual |
Implements OdDAI::BaseException.
| daiErrorId OdDAI::DaiException::Minor | ( | ) | const |
| DaiException& OdDAI::DaiException::operator= | ( | const DaiException & | ) |