Spring Web Services Framework

org.springframework.xml.xpath
Class XPathParseException

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
                          extended by org.springframework.xml.xpath.XPathParseException
All Implemented Interfaces:
Serializable

public class XPathParseException
extends XPathException

Exception throws when a XPath expression cannot be parsed.

Since:
1.0.0
Author:
Arjen Poutsma
See Also:
Serialized Form

Constructor Summary
XPathParseException(String message)
          Constructs a new instance of the XPathParseException with the specific detail message.
XPathParseException(String message, Throwable throwable)
          Constructs a new instance of the XPathParseException 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

XPathParseException

public XPathParseException(String message)
Constructs a new instance of the XPathParseException with the specific detail message.

Parameters:
message - the detail message

XPathParseException

public XPathParseException(String message,
                           Throwable throwable)
Constructs a new instance of the XPathParseException 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.