|
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.QuadraticProgramming.NoLPSolutionException
public static class QuadraticProgramming.NoLPSolutionException
No solution for the LP problem with h = 0 was found by DenseLP
.
Constructor Summary | |
---|---|
QuadraticProgramming.NoLPSolutionException()
No solution for the LP problem with h = 0 was found by DenseLP . |
|
QuadraticProgramming.NoLPSolutionException(String message)
No solution for the LP problem with h = 0 was found by DenseLP . |
|
QuadraticProgramming.NoLPSolutionException(String key,
Object[] arguments)
No solution for the LP problem with h = 0 was found by DenseLP . |
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 QuadraticProgramming.NoLPSolutionException()
DenseLP
.
public QuadraticProgramming.NoLPSolutionException(String message)
DenseLP
.
message
- a string
containing the exception message.public QuadraticProgramming.NoLPSolutionException(String key, Object[] arguments)
DenseLP
.
key
- a string
containing the exception message.arguments
- An Object
containing the exception
message from DenseLP
.
|
JMSLTM Numerical Library 6.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |