XPathException is thrown when an exception occurs while evaluating an XPath expression, usually due to some function throwing an exception.
XPathException
290291292293294295296
/* */ } /* */ /* */ protected void handleJaxenException(JaxenException exception) /* */ throws XPathException /* */ { /* 374 */ throw new XPathException(this.text, exception); /* */ }
102103104105106107108
/* */ } /* */ /* */ protected void handleJaxenException(JaxenException exception) /* */ throws XPathException /* */ { /* 126 */ throw new XPathException(this.text, exception); /* */ }