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

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

Method Detail

exceptionThrown

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

Parameters:
e - the trapped exception