|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
com.uwyn.rife.tools.exceptions.LightweightError
com.uwyn.rife.continuations.exceptions.StepBackException
public class StepBackException
This exception will be thrown when a stepback continuation is triggered.
| Constructor Summary | |
|---|---|
StepBackException(ContinuationContext context)
[PRIVATE AND UNSUPPORTED] Instantiates a new stepback exception. |
|
| Method Summary | |
|---|---|
ContinuationContext |
getContext()
Retrieves the context of this stepback continuation. |
String |
lookupStepBackId()
Looks up the ID of the target continuation of the stepback. |
| Methods inherited from class com.uwyn.rife.tools.exceptions.LightweightError |
|---|
fillInStackTrace, getStackTrace, getUseFastExceptions, setUseFastExceptions |
| Methods inherited from class java.lang.Throwable |
|---|
getCause, getLocalizedMessage, getMessage, 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 StepBackException(ContinuationContext context)
This is used by the instrumented bytecode that provides continuations support, it's not intended for general use.
context - the active continuation context| Method Detail |
|---|
public ContinuationContext getContext()
public String lookupStepBackId()
null if the target continuation couldn't be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||