Impact Acquire SDK Python
|
A base class for mvIMPACT.acquire.Component object related exceptions from the property module. More...
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
Creates a new mvIMPACT.acquire.EPropertyHandling object. | |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
A base class for mvIMPACT.acquire.Component object related exceptions from the property module.
This exception object will never be raised in the code. It can't be constructed directly but to check for mvIMPACT.acquire.Component related errors a catch block for mvIMPACT.acquire.EComponent objects can be written to catch all mvIMPACT.acquire.Component related exceptions.
__init__ | ( | self, | |
* | errorString, | ||
** | errorOrigin ) |
Creates a new mvIMPACT.acquire.EPropertyHandling object.
errorString | [in] The error string. |
errorOrigin | [in] The error origin. |
errorCode | [in] The error code. |
Reimplemented from EPropertyHandling.
Reimplemented in EValTooLarge, EValTooSmall, EInvalidListID, ECantRegisterComponent, EInvalidParameterList, EProperty, EPropertyList, EMethod, EListEntryOccupied, EComponentIDInvalid, EComponentNotFound, ENotAList, ENotAProperty, ENotAMethod, ENoReadRights, ENoWriteRights, ENoModifySizeRights, EIncompatibleComponents, EInvalidValue, EValIDOutOfBounds, ETranslationTableCorrupted, ETranslationTableNotDefined, EInvalidValueType, EValidationFailed, EMethodPtrInvalid, and ECantAccessData.
|
static |