Class TooManyIterationsException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class TooManyIterationsException extends MaxCountExceededException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalArgumentException
Exception to be thrown when the maximal number of iterations is exceeded.
See Also:
  • Constructor Details

    • TooManyIterationsException

      public TooManyIterationsException(Number max)
      Deprecated.
      Construct the exception.
      Parameters:
      max - Maximum number of evaluations.