public class XPathException extends RuntimeException
XPathException is thrown when an exception occurs while
evaluating an XPath expression, usually due to some function throwing an
exception.
| Constructor and Description |
|---|
XPathException(String xpath) |
XPathException(String xpath,
Exception e) |
XPathException(String xpath,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
String |
getXPath()
Returns the XPath expression that caused the problem
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012 JBoss by Red Hat. All Rights Reserved.