KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > xpath > XPathException

javax.xml.xpath
Class XPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.xpath.XPathException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XPathExpressionException, XPathFactoryConfigurationException
See Also:
Source Code

public Throwable getCause()
See Also:
Throwable.initCause(Throwable)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void printStackTrace()
See Also:
Throwable, Throwable.fillInStackTrace(), Throwable.toString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void printStackTrace(PrintStream s)
See Also:
Throwable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void printStackTrace(PrintWriter s)
See Also:
Throwable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public XPathException(String message)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public XPathException(Throwable cause)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags