Package org.springframework.oxm
Class UncategorizedMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.oxm.XmlMappingException
org.springframework.oxm.UncategorizedMappingException
- All Implemented Interfaces:
 Serializable
Exception that indicates that the cause cannot be distinguished further.
- Since:
 - 3.0
 - Author:
 - Arjen Poutsma
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionUncategorizedMappingException(String msg, Throwable cause) Construct anUncategorizedMappingExceptionwith the specified detail message and nested exception. - 
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
UncategorizedMappingException
Construct anUncategorizedMappingExceptionwith the specified detail message and nested exception.- Parameters:
 msg- the detail messagecause- the nested exception
 
 -