org.springframework.oxm.xmlbeans
Class XmlBeansUnmarshallingFailureException
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.GenericMarshallingFailureException
org.springframework.oxm.UnmarshallingFailureException
org.springframework.oxm.xmlbeans.XmlBeansUnmarshallingFailureException
- All Implemented Interfaces:
- Serializable
public class XmlBeansUnmarshallingFailureException
- extends UnmarshallingFailureException
XMLBeans-specific subclass of UnmarshallingFailureException
.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
XmlBeansUtils.convertXmlBeansException(Exception,boolean)
,
Serialized Form
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getMessage, getMostSpecificCause, getRootCause |
XmlBeansUnmarshallingFailureException
public XmlBeansUnmarshallingFailureException(org.apache.xmlbeans.XmlException ex)
XmlBeansUnmarshallingFailureException
public XmlBeansUnmarshallingFailureException(org.xml.sax.SAXException ex)
Copyright © 2010. All Rights Reserved.