JavaTM Platform
Standard Ed. 6

javax.xml.xpath
类 XPathFunctionException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 javax.xml.xpath.XPathException
              继承者 javax.xml.xpath.XPathExpressionException
                  继承者 javax.xml.xpath.XPathFunctionException
所有已实现的接口:
Serializable

public class XPathFunctionException
extends XPathExpressionException

XPathFunctionException 表示 XPath 函数的错误。

从以下版本开始:
1.5
另请参见:
序列化表格

构造方法摘要
XPathFunctionException(String message)
          构造带指定详细 message 的新 XPathFunctionException
XPathFunctionException(Throwable cause)
          构造带指定 cause 的新 XPathFunctionException
 
方法摘要
 
从类 javax.xml.xpath.XPathException 继承的方法
getCause, printStackTrace, printStackTrace, printStackTrace
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

XPathFunctionException

public XPathFunctionException(String message)

构造带指定详细 message 的新 XPathFunctionException

cause 未初始化。

如果 messagenull,则抛出 NullPointerException

参数:
message - 详细消息。
抛出:
NullPointerException - 当 messagenull 时。

XPathFunctionException

public XPathFunctionException(Throwable cause)

构造带指定 cause 的新 XPathFunctionException

如果 causenull,则抛出 NullPointerException

参数:
cause - 原因
抛出:
NullPointerException - 如果 causenull

JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策