Package com.imsl.math
Class DenseLP.NoConstraintsAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.DenseLP.NoConstraintsAvailableException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DenseLP
The LP problem has no constraints.
The LP problem has no constraints since all constraints are of constraint type 4 and therefore ignored. The LP problem must have at least one constraint that is not ignored.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe LP problem has no constraints.NoConstraintsAvailableException(String message) The LP problem has no constraints.NoConstraintsAvailableException(String key, Object[] arguments) The LP problem has no constraints. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoConstraintsAvailableException
public NoConstraintsAvailableException()The LP problem has no constraints. -
NoConstraintsAvailableException
The LP problem has no constraints.- Parameters:
message- aStringcontaining the error message
-
NoConstraintsAvailableException
The LP problem has no constraints.- Parameters:
key- aStringcontaining the exception messagearguments- an array containing arguments used within the error message string
-