borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.util
java.lang.Object +----borland.jbcl.util.ExceptionChain
Constructors Properties MethodsThe ExceptionChain component represents the node of a ChainedException object (the linked list of exceptions) that can be traversed.
See also: borland.jbcl.control.ExceptionDialog, borland.jbcl.dataset.DataSetException
public ExceptionChain()
public Exception getException()
public ExceptionChain getNext()
public void append(java.lang.Exception ex)
public boolean hasExceptions()
public void printStackTrace(java.io.PrintStream out)