Package com.imsl.math

Class SparseLP.InitialSolutionInfeasibleException

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

public static class SparseLP.InitialSolutionInfeasibleException extends IMSLException
The initial solution for the one-row linear program is infeasible.
See Also:
  • Constructor Details

    • InitialSolutionInfeasibleException

      public InitialSolutionInfeasibleException(String message)
      The initial solution for the one-row linear program is infeasible.
      Parameters:
      message - a String containing the error message
    • InitialSolutionInfeasibleException

      public InitialSolutionInfeasibleException(String key, Object[] arguments)
      The initial solution for the one-row linear program is infeasible.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string