org.planx.xpath
Class XPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.planx.xpath.XPathException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FunctionException

public class XPathException
extends Exception

See Also:
Serialized Form

Constructor Summary
XPathException()
          Constructs a new exception with null as its detail message.
XPathException(String message)
          Constructs a new exception with the specified detail message.
XPathException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and cause.
XPathException(Throwable cause)
          Constructs a new exception with the specified cause.
 
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()
Constructs a new exception with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).


XPathException

public XPathException(String message)
Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).


XPathException

public XPathException(String message,
                      Throwable cause)
Constructs a new exception with the specified detail message and cause.


XPathException

public XPathException(Throwable cause)
Constructs a new exception with the specified cause.



Copyright © 2010. All Rights Reserved.