Class I18nErrorMessageProvider

    • Constructor Detail

      • I18nErrorMessageProvider

        public I18nErrorMessageProvider()
    • Method Detail

      • getErrorMessage

        public String getErrorMessage​(String key,
                                      Object... args)
        Description copied from interface: ErrorMessageProvider
        Returns an error message based off the specified key and arguments.
        Specified by:
        getErrorMessage in interface ErrorMessageProvider
        Parameters:
        key - to lookup the message by.
        args - used to format the message.
        Returns:
        formatted error message.