public class XPathException extends java.lang.Exception implements ExceptionWrapper, java.io.Serializable
Constructor and Description |
---|
XPathException()
zero-arg constructor.
|
XPathException(java.lang.String msg)
Creates an exception with a message.
|
XPathException(java.lang.String msg,
java.lang.Throwable e)
Creates an exception with a message and wrapped exception.
|
XPathException(java.lang.Throwable e)
Creates an exception with a wrapped exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getRootCause()
Returns the root cause.
|
public XPathException()
public XPathException(java.lang.String msg)
public XPathException(java.lang.String msg, java.lang.Throwable e)
public XPathException(java.lang.Throwable e)
public java.lang.Throwable getRootCause()
getRootCause
in interface ExceptionWrapper