public class EngineCannotInitializeVariableException extends SystemFaultException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineCannotInitializeVariableException(java.lang.Object[] vars)
Constructor.
|
EngineCannotInitializeVariableException(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 EngineCannotInitializeVariableException(java.lang.Object[] vars)
vars
- See EngineCannotInitializeVariableException(Object[], Throwable)
public EngineCannotInitializeVariableException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWWBE0025E: An error occurred during the initialization of variable ''{0}''.cause
- The exception that was thrown.