Class XmlGenerateException

  • All Implemented Interfaces:
    Serializable

    public class XmlGenerateException
    extends XmlException
    Exception used to indicate an error during the XML generation.
    Since:
    5.0
    Author:
    I. de Jong
    See Also:
    Serialized Form
    • Constructor Detail

      • XmlGenerateException

        public XmlGenerateException​(String message)
        Basic constructor with only a message explaining the cause of the error.
        Parameters:
        message - The message explaining the error that occurred.
      • XmlGenerateException

        public XmlGenerateException​(String message,
                                    Throwable cause)
        Constructor with both a message and an exception explaining the cause of the error.
        Parameters:
        message - The message explaining the error that occurred.
        cause - The original cause of the error.