Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.beans

Interface ExceptionListener

java.lang.Object
|
+--java.beans.ExceptionListener


public interface ExceptionListener

This interface allows a class to monitor internal exceptions, to try to recover from them.

Since:Author:

Method Summary

voidexceptionThrown(java.lang.Exception e)

Fired after an exception occurs.

Method Details

exceptionThrown

public void exceptionThrown(java.lang.Exception e)

Fired after an exception occurs.

Parameters: