Package com.imsl.math

Class DenseLP.MultipleSolutionsException

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

public static class DenseLP.MultipleSolutionsException extends IMSLException
The problem has multiple solutions giving essentially the same minimum.
See Also:
  • Constructor Details

    • MultipleSolutionsException

      public MultipleSolutionsException()
      The problem has multiple solutions giving essentially the same minimum.
    • MultipleSolutionsException

      public MultipleSolutionsException(String message)
      The problem has multiple solutions giving essentially the same minimum.
      Parameters:
      message - a String containing the error message
    • MultipleSolutionsException

      public MultipleSolutionsException(String key, Object[] arguments)
      The problem has multiple solutions giving essentially the same minimum.
      Parameters:
      key - a String containing the exception message
      arguments - an array containing arguments used within the error message string