|
CFx SDK Documentation 2024 SP0
|
#include <BrEnums.h>
Public Member Functions | |
| OdBrException (OdBrErrorStatus errorStatus) | |
| OdBrErrorStatus | getErrorStatus () const |
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) |
This class is a specialization of the OdError class for OdBr errors. Corresponding C++ library: TD_Br <group OdBr_Classes>
| OdBrException::OdBrException | ( | OdBrErrorStatus | errorStatus | ) |
Constructor.
| errorStatus | [in] Error status. |
| OdBrErrorStatus OdBrException::getErrorStatus | ( | ) | const |
Returns the error status associated with this Exception object.