public class XPathException extends ChainedException
| Constructor and Description |
|---|
XPathException()
Creates a new
XPathException instance. |
XPathException(java.lang.String s)
Creates a new
XPathException instance with the given message string. |
XPathException(java.lang.Throwable cause)
Creates a new
XPathException instance with the given cause. |
getCausepublic XPathException()
XPathException instance.public XPathException(java.lang.Throwable cause)
XPathException instance with the given cause.public XPathException(java.lang.String s)
XPathException instance with the given message string.