Interface ErrorMessageProvider

  • All Known Implementing Classes:
    I18nErrorMessageProvider

    public interface ErrorMessageProvider
    Provides specific error messages.
    Since:
    6.13
    • Method Detail

      • getErrorMessage

        String getErrorMessage​(String key,
                               Object... args)
        Returns an error message based off the specified key and arguments.
        Parameters:
        key - to lookup the message by.
        args - used to format the message.
        Returns:
        formatted error message.