org.springframework.xml.xpath
Class XPathParseException
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
                          
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. | 
 
 
 
 
 
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 messagethrowable - the wrapped exception
 
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.