java.beans
public interface: ExceptionListener [javadoc |
source]
An ExceptionListener is notified of internal exceptions.
- since:
1.4 -
- author:
Philip - Milne
| Method from java.beans.ExceptionListener Detail: |
public void exceptionThrown(Exception e)
This method is called when a recoverable exception has
been caught. |