KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.xpath
Class XPathFunctionException

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
                  extended by javax.xml.xpath.XPathFunctionException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

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


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

Popular Tags