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
public class TerminationException extends Exception
TheTerminationException
is thrown if the optimization is terminated. Note that this exception is not thrown manually, instead theControl.doTerminate()
method ensures that aTerminationException
is thrown at the next checkpoint (holds forControl.checkpointStop()
andControl.checkpoint()
).- See Also:
Control
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TerminationException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-