de.jstacs.algorithms.optimization
Class TerminationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.jstacs.algorithms.optimization.TerminationException
All Implemented Interfaces:
Serializable

public class TerminationException
extends Exception

This class is for an Exception that is thrown if something with a termination was not correct.

Author:
Jens Keilwagen
See Also:
Serialized Form

Constructor Summary
TerminationException()
          Creates a new TerminationException with standard error message ("The termination mode was incorrect, please check your choice.").
 
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()
Creates a new TerminationException with standard error message ("The termination mode was incorrect, please check your choice.").