public class

UncategorizedMappingException

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.UncategorizedMappingException

Class Overview

Exception that indicates that the cause cannot be distinguished further.

Summary

Public Constructors
UncategorizedMappingException(String msg, Throwable cause)
Construct an UncategorizedMappingException 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 UncategorizedMappingException (String msg, Throwable cause)

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

Parameters
msg the detail message
cause the nested exception