borland Packages Class Hierarchy jb.util Package
com.borland.jb.util.ChainedException
Properties
Implemented by DataStoreException, SqlState, 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.
com.borland.dbswing.DBExceptionDialog
, com.borland.dx.dataset.DataSetException
public ExceptionChain getExceptionChain()Returns to the beginning of the exception chain.