|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.smallx.xml.xpath.XPathDynamicIterationError
This exception is thrown from the next() method of a java.util.Iteration instance returned as a result of evaluating some XPath expression. It is a wrapper for the XPath dynamic error contained by this exception and the real error that occurred.
Constructor Summary | |
XPathDynamicIterationError(XPathException ex)
Creates a new instance of XPathDynamicIterationError without detail message. |
Method Summary | |
XPathException |
getError()
Returns the dynamic error that occurred during iteration. |
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 XPathDynamicIterationError(XPathException ex)
XPathDynamicIterationError
without detail message.
ex
- The dynamic error exceptionMethod Detail |
public XPathException getError()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |