borland Packages  Class Hierarchy  jb.util Package 

ChainedException interface

com.borland.jb.util.ChainedException

About the ChainedException interface

Properties  

Implemented by DataStoreException, TxException, DataSetException, ValidationException, ResolutionException

The ChainedException interface collects generic routines to handle chained exceptions (a linked list of exceptions). In the 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 exceptions such as JDBC and SQL exceptions.

See also: com.borland.dx.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.