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