Where Am I? Class Hierarchy All Classes All Fields and Methods

Interface com.ibm.ivj.db.uibeans.ExceptionListener

public abstract interface ExceptionListener
extends EventListener

The event set listener interface for the exception feature.


Method Index

exceptionOccurred(ExceptionEvent)
Invoked after an exception occured.

Methods

exceptionOccurred
 public void exceptionOccurred(ExceptionEvent event) 
Invoked after an exception occured.

Parameters:
event - com.ibm.ivj.db.uibeans.ExceptionEvent

Where Am I? Class Hierarchy All Classes All Fields and Methods