|
||||||||||
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
Base class for all static errors as defined by the XPath 2.0 specification
Constructor Summary | |
StaticError(java.lang.String code,
java.lang.String err)
Constructor for a generic static error |
Method Summary | |
java.lang.String |
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 |
Constructor Detail |
public StaticError(java.lang.String code, java.lang.String err)
code
- The error code as specified in XPath 2.0err
- Humar readable error messageMethod Detail |
public java.lang.String code()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |