Class xmlMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.oxm.xmlMappingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MarshallingException, UncategorizedMappingException, ValidationFailureException
Root of the hierarchy of Object xml Mapping exceptions.
- Since:
- 3.0
- Author:
- Arjen Poutsma
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct anxmlMappingExceptionwith the specified detail message.xmlMappingException(String msg, Throwable cause) Construct anxmlMappingExceptionwith the specified detail message and nested exception. -
Method Summary
Methods inherited from class NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
xmlMappingException
Construct anxmlMappingExceptionwith the specified detail message.- Parameters:
msg- the detail message
-
xmlMappingException
-