com.anthonyeden.lib |
EdenLib is a collection of reusable Java classes used throughout my open source projects.
|
Java Source File Name | Type | Comment |
Application.java | Class | This class provides basic services which all applications may find useful. |
ChainedException.java | Class | A chained exception allows a parent exception to be specified
and accessible through the getNestedError() method
and will appear in stack traces. |
ChainedRuntimeException.java | Class | A chained runtime exception allows a parent exception to be specified
and accessible through the getNestedError() method
and will appear in stack traces. |
Reloadable.java | Interface | Classes which implement this interface can be reconfigured on the fly. |