org.springframework.xml.xpath
Class XPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.xml.XmlException
org.springframework.xml.xpath.XPathException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- XPathParseException
public class XPathException
- extends XmlException
Exception thrown when an error occurs during XPath processing.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
- Serialized Form
Constructor Summary |
XPathException(String message)
Constructs a new instance of the XPathException with the specific detail message. |
XPathException(String message,
Throwable throwable)
Constructs a new instance of the XPathException with the specific detail message and exception. |
XPathException
public XPathException(String message)
- Constructs a new instance of the
XPathException
with the specific detail message.
- Parameters:
message
- the detail message
XPathException
public XPathException(String message,
Throwable throwable)
- Constructs a new instance of the
XPathException
with the specific detail message and exception.
- Parameters:
message
- the detail messagethrowable
- the wrapped exception
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.