Spring Web Services Framework

org.springframework.xml.xpath
Class XPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.xml.XmlException
                      extended by 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.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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

Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.