org.springframework.oxm.jaxb
Class JaxbSystemException
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
org.springframework.oxm.jaxb.JaxbSystemException
- All Implemented Interfaces:
- Serializable
public class JaxbSystemException
- extends UncategorizedXmlMappingException
JAXB-specific subclass of UncategorizedXmlMappingException
, for JAXBException
s that cannot
be distinguished further.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
JaxbUtils.convertJaxbException(javax.xml.bind.JAXBException)
,
Serialized Form
JaxbSystemException
public JaxbSystemException(JAXBException ex)
Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.