Class XMLWriterException

    • Constructor Detail

      • XMLWriterException

        public XMLWriterException()
        Creates a new exception with no message or parent.
      • XMLWriterException

        public XMLWriterException​(String message)
        Creates an exception.
        Parameters:
        message - the exception message.
      • XMLWriterException

        public XMLWriterException​(String message,
                                  Exception ex)
        Creates an exception.
        Parameters:
        message - the exception message.
        ex - the parent exception.