Package com.anthonyeden.lib

EdenLib is a collection of reusable Java classes used throughout my open source projects.

See:
          Description

Interface Summary
Reloadable Classes which implement this interface can be reconfigured on the fly.
 

Class Summary
Application This class provides basic services which all applications may find useful.
Preferences Base class for user preferences.
 

Exception Summary
ChainedException A chained exception allows a parent exception to be specified and accessible through the getNestedError() method and will appear in stack traces.
ChainedRuntimeException A chained runtime exception allows a parent exception to be specified and accessible through the getNestedError() method and will appear in stack traces.
 

Package com.anthonyeden.lib Description

EdenLib is a collection of reusable Java classes used throughout my open source projects.



Copyright (c) 2000-2003 Anthony Eden. All Rights Reserved.