public class EngineGetTypeError extends ProcessError
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineGetTypeError(java.lang.Object[] vars)
Constructor.
|
EngineGetTypeError(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 EngineGetTypeError(java.lang.Object[] vars)
vars
- See EngineGetTypeError(Object[], Throwable)
public EngineGetTypeError(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBE0115E: An unexpected error occurred during the resolution of a complex type or element with the namespace ''{0}'' and the local name ''{1}''.cause
- The exception that was thrown.