public class EngineXPathDataTypeMismatchException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineXPathDataTypeMismatchException(java.lang.Object[] vars)
Constructor.
|
EngineXPathDataTypeMismatchException(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 EngineXPathDataTypeMismatchException(java.lang.Object[] vars)
vars
- See EngineXPathDataTypeMismatchException(Object[], Throwable)
public EngineXPathDataTypeMismatchException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWWBE0208E: The type of the target of the path specified in the ''{0}'' XPath expression does not match the type of the value to which it should be set.cause
- The exception that was thrown.