|
qflib 0.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--de.qfs.lib.tree.ReturnFromTraversalException
Special Exception that signals a premature end of a tree traversal and passes a result value back to the original caller.
Constructor Summary | |
ReturnFromTraversalException(java.lang.Object result)
Create a new ReturnFromTraversalException. |
Method Summary | |
java.lang.Object |
getResult()
Get the result of the traversal. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReturnFromTraversalException(java.lang.Object result)
result
- The result of the traversal.Method Detail |
public final java.lang.Object getResult()
|
qflib 0.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |