spring-framework / org.springframework.oxm.castor / CastorMappingException

CastorMappingException

open class CastorMappingException : XmlMappingException

Exception thrown by CastorMarshaller whenever it encounters a mapping problem.

Author
Juergen Hoeller

Since
3.0

Constructors

<init>

CastorMappingException(msg: String, cause: Throwable)

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