Package com.imsl.math

Class MinUnconMultiVar.UnboundedBelowException

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

public static class MinUnconMultiVar.UnboundedBelowException extends IMSLException
Five consecutive steps of the maximum allowable stepsize have been taken, either the function is unbounded below, or has a finite asymptote in some direction or the maximum allowable step size is too small.
See Also:
  • Constructor Details

    • UnboundedBelowException

      public UnboundedBelowException(String message)
      Constructs a UnboundedBelowException object.
      Parameters:
      message - a String containing the error message
    • UnboundedBelowException

      public UnboundedBelowException(String key, Object[] arguments)
      Constructs a UnboundedBelowException object.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string