org.opt4j.core.optimizer
Class TerminationException

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

public class TerminationException
extends java.lang.Exception

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

Constructor Summary
TerminationException()
           
 
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

TerminationException

public TerminationException()