Package org.opt4j.core.optimizer
Class TerminationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opt4j.core.optimizer.TerminationException
- All Implemented Interfaces:
Serializable
The
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()
).- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TerminationException
public TerminationException()
-