| Class | Description |
|---|---|
| EhCoreProperties |
The core properties of all exceptions.
|
| EhSupport |
A static class for EH support helpers.
|
| Result<T> |
Result class used to store the outcome of an operation.
|
| Exception | Description |
|---|---|
| BaseException |
The base exception class for all exceptions.
|
| PropertiesHolderException |
A wrapper exception that will be used for adding the capability for properties and other enhancements to other
exceptions that are defined in JDK or in other external libraries.
|