Package com.imsl.math
Class DenseLP.WrongConstraintTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.DenseLP.WrongConstraintTypeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DenseLP
Deprecated.
The values for the type of constraint must be either 0, 1 or 2.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWrongConstraintTypeException(String message) Deprecated.WrongConstraintTypeException(String key, Object[] arguments) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongConstraintTypeException
Deprecated. -
WrongConstraintTypeException
Deprecated.
-
IllegalArgumentException.