扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.xml.xpath类xpathexpressionexception成员方法: xpathexpressionexception定义参考
发布时间:2014-2-19
本文导语:
xpathexpressionexception
public xpathexpressionexception(throwable cause)
构造带指定 cause 的新 xpathexpressionexception。
如果 cause 为 null,则抛出 nullpointerexception。
参数:cause - 原因
抛出:
nullpointerexception - 如果 cause 为 null。