public class EngineVariableNotVisibleException extends ObjectDoesNotExistException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineVariableNotVisibleException(java.lang.Object[] vars)
Constructor.
|
EngineVariableNotVisibleException(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 EngineVariableNotVisibleException(java.lang.Object[] vars)
vars
- See EngineVariableNotVisibleException(Object[], Throwable)
public EngineVariableNotVisibleException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWWBE0175E: The ''{0}'' variable cannot be found for the ''{1}'' activity in the ''{2}'' process.cause
- The exception that was thrown.