All Classes and Interfaces
Class
Description
Hello world!
CommonRTE is a unified runtime exception class that can be used across the
project to encapsulate error information in a structured and consistent format.DynamicEnum is a convenience over static
Enum to add dynamically more instances.A Map<DynamicEnum<K>, V> along the lines of EnumMap.
A Set<DynamicEnum<E> along the lines of EnumSet.
FaultCode is a general interface modeling fault;
Faults is an example
DynamicEnum for experimental purpose that could potentially resolve the serialization issues
observed in serializing/de-serializing newer instances (This is an issue with static Enum which i am to trying address)An enum to model issues - just as an example