March 2005
Beginner to intermediate
1254 pages
104h 21m
English
XPathExpressionException
Exceptions
of
this type indicate an error while compiling or evaluating an XPath
expression. See the compile( ) and
evaluate( ) methods of XPath
and XPathExpression.
Figure 20-20. javax.xml.xpath.XPathExpressionException
public class XPathExpressionException extends XPathException { // Public Constructors public XPathExpressionException(Throwable cause); public XPathExpressionException(String message); }
XPathFunctionException
XPath.{compile( ), evaluate(
)}, XPathExpression.evaluate( )
Read now
Unlock full access