public class EngineInvalidNamespaceURIException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineInvalidNamespaceURIException(java.lang.Object[] vars)
Constructor.
|
EngineInvalidNamespaceURIException(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 EngineInvalidNamespaceURIException(java.lang.Object[] vars)
vars
- See EngineInvalidNamespaceURIException(Object[], Throwable)
public EngineInvalidNamespaceURIException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWWBE0082E: The namespace URI of fault ''{0}'' is not defined in the process.cause
- The exception that was thrown.