Package com.imsl.math

Class DenseLP.NoConstraintsAvailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.DenseLP.NoConstraintsAvailableException
All Implemented Interfaces:
Serializable
Enclosing class:
DenseLP

public static class DenseLP.NoConstraintsAvailableException extends IMSLException
The LP problem has no constraints.

The LP problem has no constraints since all constraints are of constraint type 4 and therefore ignored. The LP problem must have at least one constraint that is not ignored.

See Also:
  • Constructor Details

    • NoConstraintsAvailableException

      public NoConstraintsAvailableException()
      The LP problem has no constraints.
    • NoConstraintsAvailableException

      public NoConstraintsAvailableException(String message)
      The LP problem has no constraints.
      Parameters:
      message - a String containing the error message
    • NoConstraintsAvailableException

      public NoConstraintsAvailableException(String key, Object[] arguments)
      The LP problem has no constraints.
      Parameters:
      key - a String containing the exception message
      arguments - an array containing arguments used within the error message string