org.springframework.oxm
Class UncategorizedXmlMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.xml.XmlException
org.springframework.oxm.XmlMappingException
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
UncategorizedXmlMappingException
protected UncategorizedXmlMappingException(String msg,
Throwable ex)
- Constructor for
UncategorizedXmlMappingException
.
Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.