public class EngineErrorInActivityCustomPropertyResolutionException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineErrorInActivityCustomPropertyResolutionException(java.lang.Object[] vars)
Constructor.
|
EngineErrorInActivityCustomPropertyResolutionException(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 EngineErrorInActivityCustomPropertyResolutionException(java.lang.Object[] vars)
vars
- See EngineErrorInActivityCustomPropertyResolutionException(Object[], Throwable)
public EngineErrorInActivityCustomPropertyResolutionException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 4 substitution variables for
CWWBE0178I: The ''{0}'' custom property of the ''{1}'' activity cannot be resolved in the ''{2}'' process. Unresolved property value: ''{3}''.cause
- The exception that was thrown.