Impact Acquire SDK Java
EInvalidParameterList Class Reference

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

Inheritance diagram for EInvalidParameterList:
[legend]

Public Member Functions

synchronized void delete ()
 
 EInvalidParameterList (String errorOrigin)
 
 EInvalidParameterList (String msg, String errorOrigin)
 
int getErrorCode ()
 Returns a unique numerical representation for this error.
 
String getErrorCodeAsString ()
 Returns a string representation of the error associated with the exception.
 
String getErrorOrigin ()
 Returns information about the origin of the error.
 
String getErrorString ()
 Returns an error string containing information about the reason for the error.
 
String getMessage ()
 

Static Public Member Functions

static String getErrorCodeAsString (int errorCode)
 Returns a string representation of a error.
 

Protected Member Functions

 EInvalidParameterList (long cPtr, boolean cMemoryOwn)
 
void finalize ()
 

Static Protected Member Functions

static long swigRelease (EComponent obj)
 
static long swigRelease (EInvalidParameterList obj)
 
static long swigRelease (EMethod obj)
 
static long swigRelease (EPropertyHandling obj)
 
static long swigRelease (ImpactAcquireException obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

Constructor & Destructor Documentation

◆ EInvalidParameterList() [1/3]

EInvalidParameterList ( long cPtr,
boolean cMemoryOwn )
protected

◆ EInvalidParameterList() [2/3]

EInvalidParameterList ( String errorOrigin)

◆ EInvalidParameterList() [3/3]

EInvalidParameterList ( String msg,
String errorOrigin )

Member Function Documentation

◆ delete()

synchronized void delete ( )

Reimplemented from EMethod.

◆ finalize()

void finalize ( )
protected

Reimplemented from EPropertyHandling.

◆ getErrorCode()

int getErrorCode ( )
inherited

Returns a unique numerical representation for this error.

◆ getErrorCodeAsString() [1/2]

String getErrorCodeAsString ( )
inherited

Returns a string representation of the error associated with the exception.

This function will return the name of the enum of the error code.

EXAMPLE

In case of error -2102 this function would return mvIMPACT.acquire.TDMR_ERROR.DMR_DRV_ALREADY_IN_USE, which is the error codes corresponding enum name.

◆ getErrorCodeAsString() [2/2]

static String getErrorCodeAsString ( int errorCode)
staticinherited

Returns a string representation of a error.

This function will return the name of the enum of the error code.

EXAMPLE

In case of error -2102 this function would return mvIMPACT.acquire.TDMR_ERROR.DMR_DRV_ALREADY_IN_USE, which is the error codes corresponding enum name.

Parameters
errorCode[in] The error code to query a string representation for.

◆ getErrorOrigin()

String getErrorOrigin ( )
inherited

Returns information about the origin of the error.

The string returned by this function will contain the name of the function and the line number where the exception was raised.

◆ getErrorString()

String getErrorString ( )
inherited

Returns an error string containing information about the reason for the error.

◆ getMessage()

String getMessage ( )
inherited

◆ swigRelease() [1/5]

static long swigRelease ( EComponent obj)
staticprotectedinherited

◆ swigRelease() [2/5]

static long swigRelease ( EInvalidParameterList obj)
staticprotected

◆ swigRelease() [3/5]

static long swigRelease ( EMethod obj)
staticprotectedinherited

◆ swigRelease() [4/5]

static long swigRelease ( EPropertyHandling obj)
staticprotectedinherited

◆ swigRelease() [5/5]

static long swigRelease ( ImpactAcquireException obj)
staticprotectedinherited

Member Data Documentation

◆ swigCMemOwn

transient boolean swigCMemOwn
protectedinherited