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