org.springframework.oxm.castor
Class CastorMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.oxm.XmlMappingException
org.springframework.oxm.castor.CastorMappingException
- All Implemented Interfaces:
- Serializable
public class CastorMappingException
- extends XmlMappingException
Exception thrown by CastorMarshaller
whenever it encounters a mapping problem.
- Since:
- 3.0
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
CastorMappingException
public CastorMappingException(String msg,
Throwable cause)
- Construct a
CastorMappingException
with the specified detail message
and nested exception.
- Parameters:
msg
- the detail messagecause
- the nested exception