borland Packages Class Hierarchy jbcl.util Package Index
borland.jbcl.util.ChainedException
Properties
Implemented by DataStoreException, DataSetException, ValidationException, ResolutionException
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 and SQL exceptions.
See also: borland.jbcl.control.ExceptionDialog, borland.jbcl.dataset.DataSetException
public ExceptionChain getExceptionChain()Returns to the beginning of the exception chain.