Package com.imsl.math

Class SparseLP.PrimalInfeasibleException

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

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

    • PrimalInfeasibleException

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

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