|
||||||||||
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.StaticNameError
Error caused by static name.
Field Summary | |
static java.lang.String |
NAME_NOT_FOUND
|
Constructor Summary | |
StaticNameError(java.lang.String reason)
Constructor for static name error |
|
StaticNameError(java.lang.String code,
java.lang.String reason)
Constructor for static name error |
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 NAME_NOT_FOUND
Constructor Detail |
public StaticNameError(java.lang.String code, java.lang.String reason)
code
- is the code.reason
- is the reason for the error.public StaticNameError(java.lang.String reason)
reason
- is the reason for the error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |