XPathException


XPathException javax.xml.xpath

Java 5.0 serializable checked

This is the common superclass of all XPath- related exception types.

Figure 20-19. javax.xml.xpath.XPathException

 public class  XPathException  extends Exception {  // Public Constructors  public  XPathException  (Throwable  cause  );        public  XPathException  (String  message  );  // Public Methods Overriding Throwable  public Throwable  getCause  ( );        public void  printStackTrace  ( );        public void  printStackTrace  (java.io.PrintWriter  s  );        public void  printStackTrace  (java.io.PrintStream  s  );   } 

Subclasses

XPathExpressionException , XPathFactoryConfigurationException



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