Package org.moeaframework.algorithm
Class AlgorithmTerminationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.algorithm.AlgorithmException
org.moeaframework.algorithm.AlgorithmTerminationException
- All Implemented Interfaces:
Serializable
An exception that originated from an algorithm during termination.
- See Also:
-
Constructor Summary
ConstructorDescriptionAlgorithmTerminationException
(Algorithm algorithm, String message) Constructs an algorithm termination exception originating from the specified algorithm with the given message. -
Method Summary
Methods inherited from class org.moeaframework.algorithm.AlgorithmException
getAlgorithm
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlgorithmTerminationException
Constructs an algorithm termination exception originating from the specified algorithm with the given message.- Parameters:
algorithm
- the algorithm responsible for this exceptionmessage
- the message describing this exception
-