XPathExpressionException | javax.xml.xpath |
Java 5.0 | serializable checked |
Exceptions
of
this type indicate an error while compiling or evaluating an XPath
expression. See the compile( ) and
evaluate( ) methods of XPath
and XPathExpression.

public class XPathExpressionException extends XPathException {
// Public Constructors
public XPathExpressionException(Throwable cause);
public XPathExpressionException(String message);
}
Subclasses
XPathFunctionException
Thrown By
XPath.{compile( ), evaluate(
)}, XPathExpression.evaluate( )
|