Package com.imsl.math

Class SparseLP.DualInfeasibleException

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

public static class SparseLP.DualInfeasibleException extends IMSLException
The dual problem is infeasible.
See Also:
  • Constructor Details

    • DualInfeasibleException

      public DualInfeasibleException(String message)
      The dual problem is infeasible.
      Parameters:
      message - a String containing the error message
    • DualInfeasibleException

      public DualInfeasibleException(String key, Object[] arguments)
      The dual problem is infeasible.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string