Package com.imsl.math
Class QuadraticProgramming.NoLPSolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.QuadraticProgramming.NoLPSolutionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- QuadraticProgramming
No solution for the LP problem with h = 0 was found by
DenseLP.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNo solution for the LP problem with h = 0 was found byDenseLP.NoLPSolutionException(String message) No solution for the LP problem with h = 0 was found byDenseLP.NoLPSolutionException(String key, Object[] arguments) No solution for the LP problem with h = 0 was found byDenseLP. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoLPSolutionException
public NoLPSolutionException()No solution for the LP problem with h = 0 was found byDenseLP. -
NoLPSolutionException
No solution for the LP problem with h = 0 was found byDenseLP.- Parameters:
message- astringcontaining the exception message.
-
NoLPSolutionException
No solution for the LP problem with h = 0 was found byDenseLP.- Parameters:
key- astringcontaining the exception message.arguments- AnObjectcontaining the exception message fromDenseLP.
-