|
JMSLTM Numerical Library 6.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.imsl.IMSLException com.imsl.math.DenseLP.ProblemUnboundedException
public static class DenseLP.ProblemUnboundedException
The problem is unbounded.
Constructor Summary | |
---|---|
DenseLP.ProblemUnboundedException()
The problem is unbounded. |
|
DenseLP.ProblemUnboundedException(String message)
The problem is unbounded. |
|
DenseLP.ProblemUnboundedException(String key,
Object[] arguments)
The problem is unbounded. |
Method Summary |
---|
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 DenseLP.ProblemUnboundedException()
public DenseLP.ProblemUnboundedException(String message)
message
- a String
containing
the error messagepublic DenseLP.ProblemUnboundedException(String key, Object[] arguments)
key
- a String
containing the exception
messagearguments
- an array containing arguments used within the
error message string
|
JMSLTM Numerical Library 6.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |