|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ucl.xpath.XPathException
org.ucl.xpath.StaticError
org.ucl.xpath.XPathParserException
This exception is thrown if there is a problem with the XPath parser.
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 |
public static final java.lang.String INVALID_XPATH_EXPRESSION
Constructor Detail |
public XPathParserException(java.lang.String reason)
reason
- is the reason why the exception has been thrown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |