Class MaxCountExceededException

    • Constructor Detail

      • MaxCountExceededException

        public MaxCountExceededException​(Number max)
        Deprecated.
        Construct the exception.
        Parameters:
        max - Maximum.
      • MaxCountExceededException

        public MaxCountExceededException​(Localizable specific,
                                         Number max,
                                         Object... args)
        Deprecated.
        Construct the exception with a specific context.
        Parameters:
        specific - Specific context pattern.
        max - Maximum.
        args - Additional arguments.
    • Method Detail

      • getMax

        public Number getMax()
        Deprecated.
        Get maximum number of evaluations.
        Returns:
        the maximum number of evaluations