Class TooManyEvaluationsException

All Implemented Interfaces:
Serializable, ExceptionContextProvider

public class TooManyEvaluationsException extends MaxCountExceededException
Exception to be thrown when the maximal number of evaluations is exceeded.
Since:
3.0
See Also:
  • Constructor Details

    • TooManyEvaluationsException

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