public class EngineAssignmentFailureExceptionException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineAssignmentFailureExceptionException(java.lang.Object[] vars)
Constructor.
|
EngineAssignmentFailureExceptionException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public EngineAssignmentFailureExceptionException(java.lang.Object[] vars)
vars
- See EngineAssignmentFailureExceptionException(Object[], Throwable)
public EngineAssignmentFailureExceptionException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBE0085E: Incompatible types were encountered during the assignment to a variable or partner link ''{0}'' in activity ''{1}''.cause
- The exception that was thrown.