Package com.imsl.math

Class NonlinLeastSquares.TooManyIterationsException

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

public static class NonlinLeastSquares.TooManyIterationsException extends IMSLException
Too many iterations.
See Also:
  • Constructor Details

    • TooManyIterationsException

      public TooManyIterationsException()
      Constructs a TooManyIterationsException object.
    • TooManyIterationsException

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

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