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

public static class SparseLP.DiagonalWeightMatrixException extends IMSLException
A diagonal element of the diagonal weight matrix is too small.
See Also:
  • Constructor Details

    • DiagonalWeightMatrixException

      public DiagonalWeightMatrixException(String message)
      A diagonal element of the diagonal weight matrix is too small.
      Parameters:
      message - a String containing the error message
    • DiagonalWeightMatrixException

      public DiagonalWeightMatrixException(String key, Object[] arguments)
      A diagonal element of the diagonal weight matrix is too small.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string