|
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
public class AlgorithmException
An exception that originated from an algorithm.
| Constructor Summary | |
|---|---|
AlgorithmException(Algorithm algorithm)
Constructs an algorithm exception originating from the specified algorithm. |
|
AlgorithmException(Algorithm algorithm,
String message)
Constructs an algorithm exception originating from the specified algorithm with the given message. |
|
AlgorithmException(Algorithm algorithm,
String message,
Throwable cause)
Constructs an algorithm exception originating from the specified algorithm with the given message and cause. |
|
AlgorithmException(Algorithm algorithm,
Throwable cause)
Constructs an algorithm exception originating from the specified algorithm with the given cause. |
|
| Method Summary | |
|---|---|
Algorithm |
getAlgorithm()
Returns the algorithm responsible for this exception. |
| 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 AlgorithmException(Algorithm algorithm)
algorithm - the algorithm responsible for this exception
public AlgorithmException(Algorithm algorithm,
Throwable cause)
algorithm - the algorithm responsible for this exceptioncause - the cause of this exception
public AlgorithmException(Algorithm algorithm,
String message)
algorithm - the algorithm responsible for this exceptionmessage - the message describing this exception
public AlgorithmException(Algorithm algorithm,
String message,
Throwable cause)
algorithm - the algorithm responsible for this exceptionmessage - the message describing this exceptioncause - the cause of this exception| Method Detail |
|---|
public Algorithm getAlgorithm()
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||