public class ControlFlowSignal
extends java.lang.RuntimeException
There are some specific cases, where control flows can be aborted or otherwise influenced using well-defined exceptions. Some examples where this can be very useful:
UpdatableRecord.store()
methods, without
actually executing the SQL
Typically, a ControlFlowException
is thrown from within an
ExecuteListener
.
ExecuteListener
,
Serialized FormConstructor and Description |
---|
ControlFlowSignal()
Create a new
ControlFlowException . |
ControlFlowSignal(java.lang.String message)
Create a new
ControlFlowException . |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
fillInStackTrace() |
Copyright © 2018. All Rights Reserved.