Class ExperimentMessage.ExpPrintMessage

    • Method Detail

      • getMessage

        public String getMessage()
        Returns this message formatted as a String using the default Locale.
        Returns:
        The formatted message using the default Locale.
        See Also:
        Util#DEF_LOCALE
      • getMessage

        public String getMessage​(Locale locale)
        Returns this message formatted using the given Locale.
        Parameters:
        locale - The Locale to use when formatting the message.
        Returns:
        The formatted message.