|
CFx SDK Documentation
2023 SP0
|
#include <userException.h>
Public Member Functions | |
| UserException (daiErrorId minor=sdaiSY_ERR, const char *errorDescription="Internal error", const char *functionId="Unknown function name") | |
| ~UserException () | |
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 &) |
| 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 () | |
Additional Inherited Members | |
Protected Member Functions inherited from OdDAI::BaseException | |
| BaseException () | |
Definition at line 34 of file userException.h.
| OdDAI::UserException::UserException | ( | daiErrorId | minor = sdaiSY_ERR, |
| const char * | errorDescription = "Internal error", |
||
| const char * | functionId = "Unknown function name" |
||
| ) |
| OdDAI::UserException::~UserException | ( | ) |