| JavaTM 2 Platform Std. Ed. v1.6.0
java.beans
Interface ExceptionListener
public interface ExceptionListener
An ExceptionListener is notified of internal exceptions.
- Since:
- 1.4
exceptionThrown
void exceptionThrown(Exception e)
- This method is called when a recoverable exception has
been caught.
- Parameters:
e - The exception that was caught.
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|