Package com.imsl.math

Class SparseLP.ZeroRowException

All Implemented Interfaces:
Serializable
Enclosing class:
SparseLP

public static class SparseLP.ZeroRowException extends IMSLException
A row of the constraint matrix has no entries.
See Also:
  • Constructor Details

    • ZeroRowException

      public ZeroRowException(String message)
      A row of the constraint matrix has no entries.
      Parameters:
      message - a String containing the error message
    • ZeroRowException

      public ZeroRowException(String key, Object[] arguments)
      A row of the constraint matrix has no entries.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string