public class EngineScopeInitializationFailureException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineScopeInitializationFailureException(java.lang.Object[] vars)
Constructor.
|
EngineScopeInitializationFailureException(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 EngineScopeInitializationFailureException(java.lang.Object[] vars)
vars
- See EngineScopeInitializationFailureException(Object[], Throwable)
public EngineScopeInitializationFailureException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBE0199E: The initialization of the scope ''{0}'' failed because the variable ''{1}'' could not be initialized successfully.cause
- The exception that was thrown.