public class EngineActivityInputCreationFailureException extends EngineDataAssociationFailureException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineActivityInputCreationFailureException(java.lang.Object[] vars)
Constructor.
|
EngineActivityInputCreationFailureException(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 EngineActivityInputCreationFailureException(java.lang.Object[] vars)
vars
- See EngineActivityInputCreationFailureException(Object[], Throwable)
public EngineActivityInputCreationFailureException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWWBE0212E: The input for the ''{0}'' activity could not be created, because the ''{1}'' parameter could not be set to the value of the ''{2}'' variable.cause
- The exception that was thrown.