Package com.imsl.math
Class SparseLP.DiagonalWeightMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.SparseLP.DiagonalWeightMatrixException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SparseLP
A diagonal element of the diagonal weight matrix is too small.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDiagonalWeightMatrixException(String message) A diagonal element of the diagonal weight matrix is too small.DiagonalWeightMatrixException(String key, Object[] arguments) A diagonal element of the diagonal weight matrix is too small. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DiagonalWeightMatrixException
A diagonal element of the diagonal weight matrix is too small.- Parameters:
message- aStringcontaining the error message
-
DiagonalWeightMatrixException
A diagonal element of the diagonal weight matrix is too small.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-