|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
IncrementFactory | The factory that created ExceptionId s that provides a number that is larger than zero. |
LongExceptionId | An implementation where the exception identifier is modeled as a long value. |
SignedIncrementFactory | The factory that created ExceptionId s that provides a long number Counting starts per default at 1, continues to Integer.MAX_VALUE , to the negatives, ends with zero and starts at 1 (without a warning) again. |
UuidExceptionId | An implementation where the exception identifier is modelled as an UUID. |
UuidFactory | The factory that created ExceptionId s that provide UUIDs. |
Provides standard implementations for exception identifiers.
The implementation and its factory are provided. Currently there is a simple factory that increments a long value and an implementation that generates UUIDs.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |