public class InvalidUDTException extends InvalidDataTypeException
InvalidDataTypeException for incompatible user-defined data
types. This provides the corresponding user-defined names and the
AdeptDataType.USERDEFINED.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
actualUserDefinedType
The user-defined type of which the data element or parameter actually is.
|
protected java.lang.String[] |
expectedUserDefinedTypes
The user-defined types which are expected and can be handled.
|
actualDataType, dataElementID, expectedDataType, instanceID, parameterName| Constructor and Description |
|---|
InvalidUDTException(java.lang.String parameterName,
java.lang.String[] expectedUserDefinedTypes,
java.lang.String actualUserDefinedType)
Creates a new
InvalidUDTNameException for the designated
parameter and the designated user-defined types. |
InvalidUDTException(java.lang.String parameterName,
java.lang.String expectedUserDefinedType,
java.lang.String actualUserDefinedType)
Creates a new
InvalidUDTNameException for the designated
parameter and the designated user-defined types. |
InvalidUDTException(java.util.UUID instanceID,
int dataElementID,
java.lang.String[] expectedUserDefinedTypes,
java.lang.String actualUserDefinedType)
Creates a new
InvalidUDTNameException for the designated
data element and the designated user-defined types. |
InvalidUDTException(java.util.UUID instanceID,
int dataElementID,
java.lang.String expectedUserDefinedType,
java.lang.String actualUserDefinedType)
Creates a new
InvalidUDTNameException for the designated
data element and the designated user-defined types. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActualUserDefinedType()
Gets the user-defined type of which the data element or parameter actually
is.
|
java.lang.String[] |
getExpectedUserDefinedTypes()
Gets the user-defined types which are expected and can be handled.
|
getActualDataType, getDataElementID, getExpectedDataType, getInstanceID, getParameterNameprotected final java.lang.String[] expectedUserDefinedTypes
protected final java.lang.String actualUserDefinedType
public InvalidUDTException(java.lang.String parameterName,
java.lang.String expectedUserDefinedType,
java.lang.String actualUserDefinedType)
InvalidUDTNameException for the designated
parameter and the designated user-defined types.parameterName - The name of the parameter which is of the wrong
user-defined type.expectedUserDefinedType - The user-defined type which is expected and
can be handled.actualUserDefinedType - The user-defined type of which the parameter
actually is.public InvalidUDTException(java.lang.String parameterName,
java.lang.String[] expectedUserDefinedTypes,
java.lang.String actualUserDefinedType)
InvalidUDTNameException for the designated
parameter and the designated user-defined types.parameterName - The name of the parameter which is of the wrong
user-defined type.expectedUserDefinedTypes - The user-defined types which are expected
and can be handled.actualUserDefinedType - The user-defined type of which the parameter
actually is.public InvalidUDTException(java.util.UUID instanceID,
int dataElementID,
java.lang.String expectedUserDefinedType,
java.lang.String actualUserDefinedType)
InvalidUDTNameException for the designated
data element and the designated user-defined types.instanceID - The ID of the process instance of which a data element
is of the wrong user-defined type.dataElementID - The ID of the data element which is of the wrong
user-defined type.expectedUserDefinedType - The user-defined type which is expected and
can be handled.actualUserDefinedType - The user-defined type of which the data
element actually is.public InvalidUDTException(java.util.UUID instanceID,
int dataElementID,
java.lang.String[] expectedUserDefinedTypes,
java.lang.String actualUserDefinedType)
InvalidUDTNameException for the designated
data element and the designated user-defined types.instanceID - The ID of the process instance of which a data element
is of the wrong user-defined type.dataElementID - The ID of the data element which is of the wrong
user-defined type.expectedUserDefinedTypes - The user-defined types which are expected
and can be handled.actualUserDefinedType - The user-defined type of which the data
element is.public java.lang.String[] getExpectedUserDefinedTypes()
public java.lang.String getActualUserDefinedType()