Impact Acquire SDK Python
EInvalidInputParameter Class Reference

An exception thrown in case of a mvIMPACT.acquire.PROPHANDLING_INVALID_INPUT_PARAMETER error. More...

Inheritance diagram for EInvalidInputParameter:
[legend]

Public Member Functions

 __init__ (self, *args)
 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")
 

Detailed Description

An exception thrown in case of a mvIMPACT.acquire.PROPHANDLING_INVALID_INPUT_PARAMETER error.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* errorString )

Creates a new mvIMPACT.acquire.EPropertyHandling object.

Parameters
errorString[in] The error string.
errorOrigin[in] The error origin.
errorCode[in] The error code.

Reimplemented from EPropertyHandling.

Property Documentation

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static