borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.dataset 

ExceptionEvent class

java.lang.Object
   +----java.util.EventObject
           +----borland.jbcl.util.DispatchableEvent
                   +----borland.jbcl.dataset.ExceptionEvent

About the ExceptionEvent class

Variables  Constructors  Properties  Methods  

Implements Serializable

This class is used to override the DataSet error handling for data-aware controls.


ExceptionEvent variables

Variables implemented in java.util.EventObject

ExceptionEvent constructors

ExceptionEvent properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in borland.jbcl.util.DispatchableEvent

Properties implemented in java.lang.Object

Properties implemented in java.util.EventObject

ExceptionEvent methods

Methods implemented in this class

Methods implemented in borland.jbcl.util.DispatchableEvent

Methods implemented in java.lang.Object


ExceptionEvent constructors

ExceptionEvent(borland.jbcl.dataset.DataSet, java.awt.Component, java.lang.Exception)

  public ExceptionEvent(borland.jbcl.dataset.DataSet dataSet, java.awt.Component component, java.lang.Exception ex)
Constructor for an ExceptionEvent object.

ExceptionEvent properties

component

 public Component getComponent()
Component that was being accessed when the exception occurred. Can be null.

dataSet

 public DataSet getDataSet()
DataSet that was being accessed when the exception occurred. Can be null.

exception

 public Exception getException()
Exception that occurred.

ExceptionEvent methods

dispatch(java.util.EventListener)

  public void dispatch(java.util.EventListener listener)

Overrides: borland.jbcl.util.DispatchableEvent.dispatch(java.util.EventListener)