public class StopException
extends java.lang.Exception
StopException is thrown if the optimization is stopped. Note that
this exception is not thrown manually, instead the Control.doStop()
method ensures that a StopException is thrown at the next checkpoint
(holds only for Control.checkpointStop()).Control,
Serialized Form| Constructor and Description |
|---|
StopException() |