java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | org.springframework.core.NestedRuntimeException | ||||
↳ | org.springframework.oxm.XmlMappingException |
![]() |
![]() |
Root of the hierarchy of Object XML Mapping exceptions.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Construct an
XmlMappingException with the specified detail message. | |||||||||||
Construct an
XmlMappingException with the specified detail message
and nested exception. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Construct an XmlMappingException
with the specified detail message.
msg | the detail message |
---|
Construct an XmlMappingException
with the specified detail message
and nested exception.
msg | the detail message |
---|---|
cause | the nested exception |