Class UnmarshallingFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.oxm.XmlMappingException
org.springframework.oxm.MarshallingException
org.springframework.oxm.UnmarshallingFailureException
- All Implemented Interfaces:
- Serializable
Exception thrown on unmarshalling failure.
- Since:
- 3.0
- Author:
- Arjen Poutsma
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstruct aMarshallingFailureExceptionwith the specified detail message.UnmarshallingFailureException(String msg, Throwable cause) Construct aMarshallingFailureExceptionwith the specified detail message and nested exception.
- 
Method SummaryMethods inherited from class NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnmarshallingFailureExceptionConstruct aMarshallingFailureExceptionwith the specified detail message.- Parameters:
- msg- the detail message
 
- 
UnmarshallingFailureException
 
-