org.ucl.xpath
Class XPathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.ucl.xpath.XPathException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DOMLoaderException, DynamicError, StaticError, TypeError

public class XPathException
extends java.lang.Exception

This exception is thrown when there is a problem with an XPath exception.

See Also:
Serialized Form

Constructor Summary
XPathException(java.lang.String reason)
          Constructor for XPathException
 
Method Summary
 java.lang.String reason()
          The reason why the exception has been thrown.
 
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(java.lang.String reason)
Constructor for XPathException

Parameters:
reason - Is the reason why the exception has been thrown.
Method Detail

reason

public java.lang.String reason()
The reason why the exception has been thrown.

Returns:
the reason why the exception has been throw.