Package com.cafesoft.core.exception

Contains specific exceptions and base exceptions used by Cafesoft.

See:
          Description

Exception Summary
ConfigurationException ConfigurationException is a general Exception that can be used to convey a configuration error.
NestedException Allows for exceptions which extend this class to chain nested exceptions.
 

Package com.cafesoft.core.exception Description

Contains specific exceptions and base exceptions used by Cafesoft. Specifically, this package contains the NestedException which serves as a mechanism to support exception chaining pre JDK 1.4. Thus, all exceptions contained in the rest of the Cafesoft core library extend this exception. In addition, to the NestedException this package is the home for any other general exceptions that do not belong in their own package.



Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.