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