Spring Web Services Framework

org.springframework.xml
Class XmlException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
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.
 
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

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

Spring Web Services Framework

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