| com.uwyn.rife.tools.exceptions.ControlFlowRuntimeException
All known Subclasses: com.uwyn.rife.engine.exceptions.RedirectException, com.uwyn.rife.continuations.exceptions.MissingActiveContinuationConfigRuntimeException, com.uwyn.rife.engine.exceptions.ExitTriggeredException, com.uwyn.rife.engine.exceptions.CancelEmbeddingTriggeredException, com.uwyn.rife.continuations.exceptions.PauseException, com.uwyn.rife.continuations.exceptions.CallTargetNotFoundException, com.uwyn.rife.continuations.exceptions.ContinuationsNotActiveException, com.uwyn.rife.continuations.exceptions.StepBackException, com.uwyn.rife.continuations.exceptions.CallException, com.uwyn.rife.continuations.exceptions.AnswerException, com.uwyn.rife.engine.exceptions.DeferException, com.uwyn.rife.engine.exceptions.ForwardException, com.uwyn.rife.engine.exceptions.ChildTriggeredException,
ControlFlowRuntimeException | public interface ControlFlowRuntimeException (Code) | | This is a marker interface to make it possible to throw runtime exceptions
that have to be treated as expected and 'positive'. The purpose is for
code that receives them to act correspondingly. For instance, if this is
used inside a transaction without forcing a rollback, the transaction
handler should commit when the exception is caught and afterwards rethrow
the exception.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3784 $ since: 1.6 |
|
|