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