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 23 & JDK 23
DRAFT 23-internal-2024-04-16-1247301.vklang...
java.desktop
java.beans
ExceptionListener
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
exceptionThrown(Exception)
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.