Package org.springframework.oxm
Class MarshallingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.oxm.XmlMappingException
org.springframework.oxm.MarshallingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MarshallingFailureException,- UnmarshallingFailureException
Base class for exception thrown when a marshalling or unmarshalling error occurs.
- Since:
- 3.0
- Author:
- Arjen Poutsma, Juergen Hoeller
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstruct aMarshallingExceptionwith the specified detail message.protectedMarshallingException(String msg, Throwable cause) Construct aMarshallingExceptionwith the specified detail message and nested exception.
- 
Method SummaryMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MarshallingExceptionConstruct aMarshallingExceptionwith the specified detail message.- Parameters:
- msg- the detail message
 
- 
MarshallingExceptionConstruct aMarshallingExceptionwith the specified detail message and nested exception.- Parameters:
- msg- the detail message
- cause- the nested exception
 
 
-