Impact Acquire SDK Python
|
A base class for exceptions related to the property module. More...
Public Member Functions | |
__init__ (self, errorString, errorOrigin, errorCode) | |
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 exceptions related to the property module.
This exception object will only be raised if an unknown error occurred. To check for errors related to the property module a catch block for mvIMPACT.acquire.EPropertyHandling objects can be written to catch all property module related exceptions.
__init__ | ( | self, | |
errorString, | |||
errorOrigin, | |||
errorCode ) |
Creates a new mvIMPACT.acquire.EPropertyHandling object.
errorString | [in] The error string. |
errorOrigin | [in] The error origin. |
errorCode | [in] The error code. |
Reimplemented from ImpactAcquireException.
Reimplemented in EValTooLarge, EValTooSmall, EInvalidListID, ECantRegisterComponent, EInvalidParameterList, EImplementationMissing, EInvalidInputParameter, EWrongParamCount, EComponent, EProperty, EPropertyList, EMethod, EListEntryOccupied, EComponentIDInvalid, EUnsupportedParameter, EInputBufferTooSmall, EUnsupportedOperation, ECantAllocateNewList, ESizeMismatch, EComponentNotFound, ENotAList, ENotAProperty, ENotAMethod, ENoReadRights, ENoWriteRights, ENoModifySizeRights, EIncompatibleComponents, EInvalidValue, EValIDOutOfBounds, ETranslationTableCorrupted, ETranslationTableNotDefined, EInvalidValueType, EValidationFailed, EMethodPtrInvalid, ECantSerializeData, EInvalidFileContent, and ECantAccessData.
|
static |