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