Package de.bea.domingo.exception

Provides JDK 1.4 style Nested Exception functionality for those on prior Java versions.

See:
          Description

Interface Summary
CascadingThrowable An interface to be implemented by Throwable extensions which would like to be able to cascade root exceptions inside themselves.
 

Class Summary
ExceptionUtil Utilities for manipulating and examining Throwables.
 

Exception Summary
DominoException Wrapper for Notes Exceptions.
 

Package de.bea.domingo.exception Description

Provides JDK 1.4 style Nested Exception functionality for those on prior Java versions.

Includes a static utility to create version independent Nested Exception which can handle JDK 1.4 Exceptions as well as others.

Lastly, ExceptionUtil also contains Throwable manipulation and examination routines.



Domingo Java-API