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 26 & JDK 26
DRAFT 26-ea+17-Ubuntu-1
java.desktop
java.beans
ExceptionListener
Select Theme
Light
Dark
System Setting
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.