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

public class XPathFunctionException
extends XPathExpressionException

An exception in an XPath function.

Since:
1.3
See Also:
Serialized Form

Constructor Summary
XPathFunctionException(String message)
           
XPathFunctionException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.xml.xpath.XPathException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathFunctionException

public XPathFunctionException(String message)

XPathFunctionException

public XPathFunctionException(Throwable cause)