| org.springframework.xml.xpath.XPathException org.springframework.xml.xpath.XPathParseException
XPathParseException | public class XPathParseException extends XPathException (Code) | | Exception throws when a XPath expression cannot be parsed.
author: Arjen Poutsma since: 1.0.0 |
Constructor Summary | |
public | XPathParseException(String message) Constructs a new instance of the XPathParseException with the specific detail message. | public | XPathParseException(String message, Throwable throwable) Constructs a new instance of the XPathParseException with the specific detail message and
exception. |
XPathParseException | public XPathParseException(String message)(Code) | | Constructs a new instance of the XPathParseException with the specific detail message.
Parameters: message - the detail message |
XPathParseException | public XPathParseException(String message, Throwable throwable)(Code) | | Constructs a new instance of the XPathParseException with the specific detail message and
exception.
Parameters: message - the detail message Parameters: throwable - the wrapped exception |
|
|