public interface ExceptionListener
Modifier and Type | Method and Description |
---|---|
void |
exceptionThrown(异常 e)
当可捕获的异常被捕获时,调用此方法。
|
void exceptionThrown(异常 e)
e
- 被捕获的例外。