borland Packages  Class Hierarchy  jbcl.util Package  Index 

ChainedException interface

borland.jbcl.util.ChainedException

About the ChainedException interface

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


ChainedException properties

*Read-only properties **Write-only properties

Properties defined in this interface


ChainedException properties

exceptionChain

 public ExceptionChain getExceptionChain()
Returns to the beginning of the exception chain.