dk.brics.xpath
Class XPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dk.brics.xpath.XPathException
All Implemented Interfaces:
Serializable

public class XPathException
extends Exception

Exception related to XPath evaluation.

See Also:
Serialized Form

Constructor Summary
XPathException(String s)
          Constructs a new exception.
XPathException(String s, Throwable cause)
          Constructs a new exception.
XPathException(Throwable cause)
          Constructs a new exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, 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 s)
Constructs a new exception.


XPathException

public XPathException(String s,
                      Throwable cause)
Constructs a new exception.


XPathException

public XPathException(Throwable cause)
Constructs a new exception.



Copyright © 2005-2010 Anders Møller.