|
qflib 0.99 | |||||||||
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
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, 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 ReturnFromTraversalException(java.lang.Object result)
result
- The result of the traversal.Method Detail |
public final java.lang.Object getResult()
|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |