spring-framework / org.springframework.oxm / ValidationFailureException

ValidationFailureException

open class ValidationFailureException : XmlMappingException

Exception thrown on marshalling validation failure.

Author
Arjen Poutsma

Since
3.0

Constructors

<init>

ValidationFailureException(msg: String)

Construct a ValidationFailureException with the specified detail message.

ValidationFailureException(msg: String, cause: Throwable)

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