KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.xpath
Class XPathExpressionException

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

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


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

Popular Tags