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:
  • Constructor Details

    • 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 message
      throwable - the wrapped exception