|
CFx SDK Documentation
2023 SP0
|
#include <DbErrorInvalidSysvar.h>
Public Member Functions | |
| OdError_InvalidSysvarValue (const OdString &name) | |
| OdError_InvalidSysvarValue (const OdString &name, int limmin, int limmax) | |
| OdError_InvalidSysvarValue (const OdString &name, double limmin, double limmax) | |
| OdResBufPtr | limmin () const |
| OdResBufPtr | limmax () const |
| OdString | name () 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) |
| FX_DECLARE_CLANG_RTTI_EXCEPTION_WORKAROUND () | |
This class implements OdError objects with Result codes of eInvalidIndex, and the names, lower limits and upper limits of the variables associated with the errors.
Corresponding C++ library: TD_Db <group Error_Classes>
Definition at line 35 of file DbErrorInvalidSysvar.h.
| OdError_InvalidSysvarValue::OdError_InvalidSysvarValue | ( | const OdString & | name | ) |
| name | [in] Name of Sysvar. |
| limmin | [in] Lower limit for Sysvar. |
| limmax | [in] Upper limit for Sysvar. |
| OdError_InvalidSysvarValue::OdError_InvalidSysvarValue | ( | const OdString & | name, |
| int | limmin, | ||
| int | limmax | ||
| ) |
| OdError_InvalidSysvarValue::OdError_InvalidSysvarValue | ( | const OdString & | name, |
| double | limmin, | ||
| double | limmax | ||
| ) |
| OdResBufPtr OdError_InvalidSysvarValue::limmax | ( | ) | const |
Returns the upper limit for the Sysvar associated with this OdError object.
| OdResBufPtr OdError_InvalidSysvarValue::limmin | ( | ) | const |
| OdString OdError_InvalidSysvarValue::name | ( | ) | const |
Returns the name of the Sysvar associated with this OdError object.