Class ValidationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.oxm.XmlMappingException
org.springframework.oxm.ValidationFailureException
- All Implemented Interfaces:
 Serializable
Exception thrown on marshalling validation failure.
- Since:
 - 3.0
 - Author:
 - Arjen Poutsma
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstruct aValidationFailureExceptionwith the specified detail message.ValidationFailureException(String msg, Throwable cause) Construct aValidationFailureExceptionwith the specified detail message and nested exception. - 
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ValidationFailureException
Construct aValidationFailureExceptionwith the specified detail message.- Parameters:
 msg- the detail message
 - 
ValidationFailureException
 
 -