public class XPathException extends XmlException
Constructor and Description |
---|
XPathException(String message)
Constructs a new instance of the
XPathException with the specific detail message. |
XPathException(String message,
Throwable throwable)
Constructs a new instance of the
XPathException with the specific detail message and exception. |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XPathException(String message)
XPathException
with the specific detail message.message
- the detail messageCopyright © 2020 Pivotal Software. All rights reserved.