Package com.imsl.math

Class DenseLP.ProblemUnboundedException

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

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

    • ProblemUnboundedException

      public ProblemUnboundedException()
      The problem is unbounded.
    • 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 exception message
      arguments - an array containing arguments used within the error message string