public class ConditionalFilterXPathException extends DXPConfigurationException
Indicates a problem evaluating the 'when' XPath expression on a conditional filter in a DXP file.
If the 'when' attribute is defined on a filter in a DXP file, the value of that attribute is used as an XPath expression. This Exception is thrown when there is a problem compiling or evaluating the XPath expression. THe problem could be:
Please see the Exception message for more details. The XPath expression that caused the Exception can be obtained using
ConditionalFilterXPathException.getXPathExpression()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getXPathExpression()
Returns the XPath expression that caused the Exception.
|
getCause, getThrowable