Enhydra 5.1 API

Package org.enhydra.error

Enhydra error handling support.

See:
          Description

Interface Summary
ChainedThrowable Interface base for all of the Chained* classes.
 

Class Summary
ChainedThrowableSupport Static methods used to implement the Chained* throwables.
 

Exception Summary
ChainedException Exception used as a base for creating an exception that has a chain of exceptions that lead to the derived exception.
ChainedRuntimeException RuntimeException used as a base for creating an exception that has a chain of exceptions that lead to the derived exception.
 

Error Summary
ChainedError Error used as a base for creating an error that has a chain of exceptions that lead to the derived error.
FatalExceptionError  
 

Package org.enhydra.error Description

Enhydra error handling support.


Enhydra 5.1 API