borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.util 

ExceptionChain component

java.lang.Object
   +----borland.jbcl.util.ExceptionChain

About the ExceptionChain component

Constructors  Properties  Methods  
The 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


ExceptionChain constructors

ExceptionChain properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

ExceptionChain methods

Methods implemented in this class

Methods implemented in java.lang.Object


ExceptionChain constructors

ExceptionChain()

  public ExceptionChain()

ExceptionChain properties

exception

 public Exception getException()

next

 public ExceptionChain getNext()

ExceptionChain methods

append(java.lang.Exception)

  public void append(java.lang.Exception ex)

hasExceptions()

  public boolean hasExceptions()

printStackTrace(java.io.PrintStream)

  public void printStackTrace(java.io.PrintStream out)