扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.lang.reflect类invocationtargetexception的类成员方法: invocationtargetexception定义及介绍
发布时间:2014-2-17
本文导语:
invocationtargetexception
public invocationtargetexception(throwable target,
string s)
构造带目标异常和详细消息的 invocationtargetexception。
参数:target - 目标异常s - 详细消息
gettargetexception
public throwable gettargetexcept...