|
|||||||||
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
java.lang.IllegalStateException
org.apache.commons.math3.exception.MathIllegalStateException
org.apache.commons.math3.optimization.linear.NoFeasibleSolutionException
@Deprecated public class NoFeasibleSolutionException
This class represents exceptions thrown by optimizers when no solution fulfills the constraints.
Field Summary | |
---|---|
private static long |
serialVersionUID
Deprecated. Serializable version identifier. |
Constructor Summary | |
---|---|
NoFeasibleSolutionException()
Deprecated. Simple constructor using a default message. |
Method Summary |
---|
Methods inherited from class org.apache.commons.math3.exception.MathIllegalStateException |
---|
getContext, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public NoFeasibleSolutionException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |