XPathExpressionException


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 .

Figure 20-20. javax.xml.xpath.XPathExpressionException

 public class  XPathExpressionException  extends XPathException {  // Public Constructors  public  XPathExpressionException  (Throwable  cause  );        public  XPathExpressionException  (String  message  );   } 

Subclasses

XPathFunctionException

Thrown By

XPath.{compile( ) , evaluate( )} , XPathExpression.evaluate( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net