Class XmlMappingException

    • Constructor Detail

      • 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