borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
java.lang.Object +----java.util.EventObject +----borland.jbcl.util.DispatchableEvent +----borland.jbcl.dataset.ExceptionEvent
Variables Constructors Properties Methods
Implements Serializable
This class is used to override the DataSet error handling for data-aware controls.
public ExceptionEvent(borland.jbcl.dataset.DataSet dataSet, java.awt.Component component, java.lang.Exception ex)Constructor for an ExceptionEvent object.
public Component getComponent()Component that was being accessed when the exception occurred. Can be null.
public DataSet getDataSet()DataSet that was being accessed when the exception occurred. Can be null.
public Exception getException()Exception that occurred.
public void dispatch(java.util.EventListener listener)
Overrides: borland.jbcl.util.DispatchableEvent.dispatch(java.util.EventListener)