org.springframework.xml
Class XmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.xml.XmlException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- XmlMappingException, XmlValidationException, XPathException, XsdSchemaException
public abstract class XmlException
- extends NestedRuntimeException
Root of the hierarchy of XML exception.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
- Serialized Form
Constructor Summary |
protected |
XmlException(String message)
Constructs a new instance of the XmlException with the specific detail message. |
protected |
XmlException(String message,
Throwable throwable)
Constructs a new instance of the XmlException with the specific detail message and exception. |
XmlException
protected XmlException(String message)
- Constructs a new instance of the
XmlException
with the specific detail message.
- Parameters:
message
- the detail message
XmlException
protected XmlException(String message,
Throwable throwable)
- Constructs a new instance of the
XmlException
with the specific detail message and exception.
- Parameters:
message
- the detail messagethrowable
- the wrapped exception
Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.