public abstract class

XmlMappingException

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

Class Overview

Root of the hierarchy of Object XML Mapping exceptions.

Summary

Public Constructors
XmlMappingException(String msg)
Construct an XmlMappingException with the specified detail message.
XmlMappingException(String msg, Throwable cause)
Construct an XmlMappingException 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

Public Constructors

public XmlMappingException (String msg)

Construct an XmlMappingException with the specified detail message.

Parameters
msg the detail message

public XmlMappingException (String msg, Throwable cause)

Construct an XmlMappingException with the specified detail message and nested exception.

Parameters
msg the detail message
cause the nested exception