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

public class XPathExpressionException
extends XPathException

An exception in an XPath expression.

Since:
1.3
See Also:
Serialized Form

Constructor Summary
XPathExpressionException(String message)
           
XPathExpressionException(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

XPathExpressionException

public XPathExpressionException(String message)

XPathExpressionException

public XPathExpressionException(Throwable cause)