public class XPathFunctionException extends XPathExpressionException
XPathFunctionException
代表误差与XPath函数。
Constructor and Description |
---|
XPathFunctionException(String message)
构建指定详细
message 新
XPathFunctionException 。
|
XPathFunctionException(Throwable cause)
构建与指定的
cause 新
XPathFunctionException 。
|
getCause, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public XPathFunctionException(String message)
构建指定详细message
新XPathFunctionException
。
的cause
未初始化。
如果message
是null
,然后NullPointerException
抛出。
message
-详细信息。
NullPointerException
当
message
是
null
。
public XPathFunctionException(Throwable cause)
构建与指定的cause
新XPathFunctionException
。
如果cause
是null
,然后NullPointerException
抛出。
cause
的原因。
null
cause
NullPointerException
。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.