JavaScript is disabled on your browser.
Skip navigation links
Java SE 21 & JDK 21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
java.desktop
Package
java.beans
Interface ExceptionListener
public interface
ExceptionListener
一个ExceptionListener会被通知内部异常。
自从:
1.4
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
exceptionThrown
(
Exception
e)
当捕获到可恢复异常时,将调用此方法。
Method Details
exceptionThrown
void
exceptionThrown
(
Exception
e)
当捕获到可恢复异常时,将调用此方法。
参数:
e
- 被捕获的异常。