org.opt4j.core.optimizer
Class StopException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opt4j.core.optimizer.StopException
All Implemented Interfaces:
java.io.Serializable

public class StopException
extends java.lang.Exception

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:
Control, Serialized Form

Constructor Summary
StopException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StopException

public StopException()