Package com.imsl.math

Class SparseLP.ProblemUnboundedException

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

public static class SparseLP.ProblemUnboundedException extends IMSLException
The problem is unbounded.
See Also:
  • Constructor Details

    • ProblemUnboundedException

      public ProblemUnboundedException(String message)
      The problem is unbounded.
      Parameters:
      message - a String containing the error message
    • ProblemUnboundedException

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