JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 25 & JDK 25
DRAFT 25-ea+32
java.desktop
java.beans
ExceptionListener
Contents
Description
Method Summary
Method Details
exceptionThrown(Exception)
Hide sidebar
Show sidebar
Interface ExceptionListener
public interface
ExceptionListener
An ExceptionListener is notified of internal exceptions.
Since:
1.4
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
exceptionThrown
(
Exception
e)
This method is called when a recoverable exception has been caught.
Method Details
exceptionThrown
void
exceptionThrown
(
Exception
e)
This method is called when a recoverable exception has been caught.
Parameters:
e
- The exception that was caught.