Class XmlMappingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MarshallingException, UncategorizedMappingException, ValidationFailureException

public abstract class XmlMappingException extends 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