API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.beans.
ExceptionListener
View Source
Author(s)
Philip Milne
Since
1.4
Version
1.7 11/17/05
Serial
Hierarchy
ExceptionListener
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface ExceptionListener
An ExceptionListener is notified of internal exceptions.
An ExceptionListener is notified of internal exceptions.
See also:
Methods
Hide/Show inherited methods
public
void
exceptionThrown
(
Exception
e)
This method is called when a recoverable exception has been caught.
This method is called when a recoverable exception has
been caught.
Parameters:
-
e
- The exception that was caught.
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar