public class XPathExpressionException extends XPathException
XPathExpressionException代表一个XPath表达式错误。
| Constructor and Description |
|---|
XPathExpressionException(String message)
构建指定详细
message新
XPathExpressionException。
|
XPathExpressionException(Throwable cause)
构建与指定的
cause新
XPathExpressionException。
|
getCause, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic XPathExpressionException(String message)
构建指定详细message新XPathExpressionException。
的cause未初始化。
如果message是null,然后NullPointerException抛出。
message -详细信息。
NullPointerException当
message是
null。
public XPathExpressionException(Throwable cause)
构建与指定的cause新XPathExpressionException。
如果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.