Class CounterOutOfBoundsException

All Implemented Interfaces:
Serializable

public class CounterOutOfBoundsException extends CounterException
A CounterException signalling that the StrongCounter has reached its bounds.
Since:
9.0
Author:
Pedro Ruivo
See Also:
  • Field Details

  • Constructor Details

    • CounterOutOfBoundsException

      public CounterOutOfBoundsException(String message)
  • Method Details

    • isUpperBoundReached

      public boolean isUpperBoundReached()
    • isLowerBoundReached

      public boolean isLowerBoundReached()