Package com.imsl.math

Class SparseLP.PrimalUnboundedException

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

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

    • PrimalUnboundedException

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

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