Package com.imsl.math
Class LinearProgramming.BoundsInconsistentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.LinearProgramming.BoundsInconsistentException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LinearProgramming
Deprecated.
The bounds given are inconsistent.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBoundsInconsistentException(String message) Deprecated.BoundsInconsistentException(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
-
BoundsInconsistentException
Deprecated. -
BoundsInconsistentException
Deprecated.
-