扩展阅读
java命名空间javax.xml.xpath类xpathexception成员方法: xpathexception定义参考
发布时间:2014-2-19
本文导语:
xpathexception
public xpathexception(throwable cause)
构造带指定 cause 的新 xpathexception。
如果 cause 为 null,则抛出 nullpointerexception。
参数:cause - cause
抛出:
nullpointerexception - 如果 cause 为 null。
getcause
public throwable getcause()
获取此 ...