org.dom4j
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
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2001-2013 MetaStuff Ltd.. All Rights Reserved.