JavaTM 2 Platform
Standard Ed. 6

java.beans
接口 ExceptionListener


public interface ExceptionListener

ExceptionListener 是在发生内部异常时获得通知。

从以下版本开始:
1.4

方法摘要
 void exceptionThrown(Exception e)
          此方法在捕获可恢复的异常时调用。
 

方法详细信息

exceptionThrown

void exceptionThrown(Exception e)
此方法在捕获可恢复的异常时调用。

参数:
e - 被捕获的异常。

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only