Interface ErrorMessageProvider
- All Known Implementing Classes:
I18nErrorMessageProvider
public interface ErrorMessageProvider
Provides specific error messages.
- Since:
- 6.13
-
Method Summary
Modifier and TypeMethodDescriptiongetErrorMessage
(String key, Object... args) Returns an error message based off the specified key and arguments.
-
Method Details
-
getErrorMessage
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.
-