org.ucl.xpath
Class XPathParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.ucl.xpath.XPathException
              extended byorg.ucl.xpath.StaticError
                  extended byorg.ucl.xpath.XPathParserException
All Implemented Interfaces:
java.io.Serializable

public class XPathParserException
extends StaticError

This exception is thrown if there is a problem with the XPath parser.

See Also:
Serialized Form

Field Summary
static java.lang.String INVALID_XPATH_EXPRESSION
          The type of exception.
 
Constructor Summary
XPathParserException(java.lang.String reason)
          Constructor for XPathParserException.
 
Methods inherited from class org.ucl.xpath.StaticError
code
 
Methods inherited from class org.ucl.xpath.XPathException
reason
 
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
 

Field Detail

INVALID_XPATH_EXPRESSION

public static final java.lang.String INVALID_XPATH_EXPRESSION
The type of exception.

See Also:
Constant Field Values
Constructor Detail

XPathParserException

public XPathParserException(java.lang.String reason)
Constructor for XPathParserException.

Parameters:
reason - is the reason why the exception has been thrown.