类 XmlMappingException

    • 构造器详细资料

      • XmlMappingException

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

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