|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.algorithm.AlgorithmException
org.moeaframework.algorithm.AlgorithmInitializationException
public class AlgorithmInitializationException
An exception that originated from an algorithm during initialization.
| Constructor Summary | |
|---|---|
AlgorithmInitializationException(Algorithm algorithm)
Constructs an algorithm initialization exception originating from the specified algorithm. |
|
AlgorithmInitializationException(Algorithm algorithm,
String message)
Constructs an algorithm initialization exception originating from the specified algorithm with the given message. |
|
AlgorithmInitializationException(Algorithm algorithm,
String message,
Throwable cause)
Constructs an algorithm initialization exception originating from the specified algorithm with the given message and cause. |
|
AlgorithmInitializationException(Algorithm algorithm,
Throwable cause)
Constructs an algorithm initialization exception originating from the specified algorithm with the given cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.moeaframework.algorithm.AlgorithmException |
|---|
getAlgorithm |
| 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 |
|---|
public AlgorithmInitializationException(Algorithm algorithm,
String message,
Throwable cause)
algorithm - the algorithm responsible for this exceptionmessage - the message describing this exceptioncause - the cause of this exception
public AlgorithmInitializationException(Algorithm algorithm,
String message)
algorithm - the algorithm responsible for this exceptionmessage - the message describing this exception
public AlgorithmInitializationException(Algorithm algorithm,
Throwable cause)
algorithm - the algorithm responsible for this exceptioncause - the cause of this exceptionpublic AlgorithmInitializationException(Algorithm algorithm)
algorithm - the algorithm responsible for this exception
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||