Class XmlMappingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.oxm.XmlMappingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MarshallingException, UncategorizedMappingException, ValidationFailureException

public abstract class XmlMappingException extends org.springframework.core.NestedRuntimeException
Root of the hierarchy of Object XML Mapping exceptions.
Since:
3.0
Author:
Arjen Poutsma
See Also:
  • Constructor Details

    • XmlMappingException

      public XmlMappingException(String msg)
      Construct an XmlMappingException with the specified detail message.
      Parameters:
      msg - the detail message
    • XmlMappingException

      public XmlMappingException(String msg, Throwable cause)
      Construct an XmlMappingException with the specified detail message and nested exception.
      Parameters:
      msg - the detail message
      cause - the nested exception