Class TooManyIterationsException

All Implemented Interfaces:
Serializable, ExceptionContextProvider

public class TooManyIterationsException extends MaxCountExceededException
Exception to be thrown when the maximal number of iterations is exceeded.
Since:
3.1
See Also:
  • Constructor Details

    • TooManyIterationsException

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