java.beans

Interface ExceptionListener

public interface ExceptionListener

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

Since: 1.4

UNKNOWN: updated to 1.4

Method Summary
voidexceptionThrown(Exception e)
Fired after an exception occurs.

Method Detail

exceptionThrown

public void exceptionThrown(Exception e)
Fired after an exception occurs.

Parameters: e the trapped exception