Class CmsReportUpdateItem

    • Constructor Detail

      • CmsReportUpdateItem

        public CmsReportUpdateItem​(CmsReportFormatType type,
                                   java.lang.Object message)
        Creates a new instance.

        Parameters:
        type - the entry type
        message - the message (either a string or an exception)
    • Method Detail

      • getMessage

        public java.lang.Object getMessage()
        Gets the message.

        The message is either a string or an exception.

        Returns:
        the message