jd.xml.xpath
Class XPathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjd.util.ChainedRuntimeException
                  extended byjd.xml.xpath.XPathException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XsltException

public class XPathException
extends ChainedRuntimeException

A XPathException signals an error during evaluation of an XPath expression.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
XPathException(String message)
          Create a XPathException.
XPathException(String message, Throwable exception)
          Create a XPathException.
 
Methods inherited from class jd.util.ChainedRuntimeException
getException, printStackTrace, printStackTrace, printStackTrace, setException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

XPathException

public XPathException(String message)
Create a XPathException.


XPathException

public XPathException(String message,
                      Throwable exception)
Create a XPathException.