Interface ErrorMessageProvider
-
- All Known Implementing Classes:
I18nErrorMessageProvider
public interface ErrorMessageProvider
Provides specific error messages.- Since:
- 6.13
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getErrorMessage(String key, Object... args)
Returns an error message based off the specified key and arguments.
-