Package com.imsl.math

Class SparseLP.ZeroColumnException

All Implemented Interfaces:
Serializable
Enclosing class:
SparseLP

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

    • ZeroColumnException

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

      public ZeroColumnException(String key, Object[] arguments)
      A column 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