|
CFx SDK Documentation 2026 SP0
|
#include <OdError.h>
Public Member Functions | |
| 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) |
This class implement OdError node objects in an OdErrorNode stack..
Corresponding C++ library: TD_Root <group Error_Classes>
| OdError::OdError | ( | const OdError & | source | ) |
|
explicit |
| pErrorContext | [in] Pointer to the ErrorContext. |
|
explicit |
| errorMessage | [in] Error message. |
| previousError | [in] Previous Error object. |
| OdError::~OdError | ( | ) |
| OdErrorContext * OdError::context | ( | ) |
| const OdErrorContext * OdError::context | ( | ) | const |
| void OdError::setContext | ( | OdErrorContext * | pErrorContext | ) |