Spring Web Services Framework

org.springframework.oxm
Class UncategorizedXmlMappingException

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.oxm.XmlMappingException
                          extended by org.springframework.oxm.UncategorizedXmlMappingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CastorSystemException, JaxbSystemException, JibxSystemException, XmlBeansSystemException, XStreamSystemException

public abstract class UncategorizedXmlMappingException
extends XmlMappingException

Superclass for exceptions that cannot be distinguished further.

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

Constructor Summary
protected UncategorizedXmlMappingException(String msg, Throwable ex)
          Constructor for UncategorizedXmlMappingException.
 
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

UncategorizedXmlMappingException

protected UncategorizedXmlMappingException(String msg,
                                           Throwable ex)
Constructor for UncategorizedXmlMappingException.


Spring Web Services Framework

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