public class CounterOutOfBoundsException extends CounterException
CounterException signalling that the StrongCounter has reached its bounds.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FORMAT_MESSAGE |
static java.lang.String |
LOWER_BOUND |
static java.lang.String |
UPPER_BOUND |
| Constructor and Description |
|---|
CounterOutOfBoundsException(java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLowerBoundReached() |
boolean |
isUpperBoundReached() |
public static final java.lang.String FORMAT_MESSAGE
public static final java.lang.String UPPER_BOUND
public static final java.lang.String LOWER_BOUND