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
