borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.util
borland.jbcl.util.ChainedException
Properties
Implemented by DataSetException, ResolutionException, ValidationException
The ChainedException interface collects generic routines to handle chained exceptions (a linked list of exceptions). In the JBCL dataset package, the DataSetException class handles exceptions in this manner. It can contain other types of Exception objects including those of type ValidationException, InvalidFormatException, ResolutionException as well as other non-JBCL exceptions such as JDBC exceptions.
See also: borland.jbcl.control.ExceptionDialog, borland.jbcl.dataset.DataSetException
public ExceptionChain getExceptionChain()