|
|||||||||||
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.jaxen.saxpath.SAXPathException
org.jaxen.JaxenException
org.jaxen.UnsupportedAxisException
Indicates attempt to evaluate an XPath axis that is unsupported by the current object-model. If this is thrown the XPath expressions cannot be evaluated correctly, unless there is a fallback evaluation path. Hence you should not just catch this and ignore it, nor should navigators throw it to indicate that an axis is exhausted: instead return an empty iterator.
Constructor Summary | |
UnsupportedAxisException(java.lang.String msg)
Create a new UnsupportedAxisException. |
Methods inherited from class org.jaxen.JaxenException |
getCause, initCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UnsupportedAxisException(java.lang.String msg)
msg
- the error message
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |