public abstract class

MarshallingException

extends XmlMappingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.oxm.XmlMappingException
             ↳ org.springframework.oxm.MarshallingException
Known Direct Subclasses

Class Overview

Base class for exception thrown when a marshalling or unmarshalling error occurs.

Summary

Protected Constructors
MarshallingException(String msg)
Construct a MarshallingException with the specified detail message.
MarshallingException(String msg, Throwable cause)
Construct a MarshallingException with the specified detail message and nested exception.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Protected Constructors

protected MarshallingException (String msg)

Construct a MarshallingException with the specified detail message.

Parameters
msg the detail message

protected MarshallingException (String msg, Throwable cause)

Construct a MarshallingException with the specified detail message and nested exception.

Parameters
msg the detail message
cause the nested exception