Package org.opt4j.core.optimizer
Class StopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opt4j.core.optimizer.StopException
- All Implemented Interfaces:
Serializable
The
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()
).- 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
-
StopException
public StopException()
-