Package com.imsl.math
Class DenseLP.BoundsInconsistentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.DenseLP.BoundsInconsistentException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DenseLP
The bounds given are inconsistent.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBoundsInconsistentException(String message) The bounds given are inconsistent.BoundsInconsistentException(String key, Object[] arguments) The bounds given are inconsistent. -
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
The bounds given are inconsistent.- Parameters:
message- aStringcontaining the error message
-
BoundsInconsistentException
The bounds given are inconsistent.- Parameters:
key- aStringcontaining the exception messagearguments- an array containing arguments used within the error message string
-