public class EngineInitializingScopeNotReachedException extends ObjectDoesNotExistException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineInitializingScopeNotReachedException(java.lang.Object[] vars)
Constructor.
|
EngineInitializingScopeNotReachedException(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 EngineInitializingScopeNotReachedException(java.lang.Object[] vars)
vars
- See EngineInitializingScopeNotReachedException(Object[], Throwable)
public EngineInitializingScopeNotReachedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWWBE0176E: The ''{0}'' scope in the ''{1}'' process has not been reached, so the ''{2}'' variable is not initialized.cause
- The exception that was thrown.