Package com.imsl.math
Class SparseLP.PrimalUnboundedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.SparseLP.PrimalUnboundedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SparseLP
The primal problem is unbounded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPrimalUnboundedException(String message) The primal problem is unbounded.PrimalUnboundedException(String key, Object[] arguments) The primal problem is unbounded. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PrimalUnboundedException
The primal problem is unbounded.- Parameters:
message- aStringcontaining the error message
-
PrimalUnboundedException
The primal problem is unbounded.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-