Class I18nErrorMessageProvider
java.lang.Object
com.atlassian.confluence.impl.health.I18nErrorMessageProvider
- All Implemented Interfaces:
ErrorMessageProvider
Production implementation of
ErrorMessageProvider.- Since:
- 6.13
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetErrorMessage(String key, Object... args) Returns an error message based off the specified key and arguments.
-
Constructor Details
-
I18nErrorMessageProvider
public I18nErrorMessageProvider()
-
-
Method Details
-
getErrorMessage
Description copied from interface:ErrorMessageProviderReturns an error message based off the specified key and arguments.- Specified by:
getErrorMessagein interfaceErrorMessageProvider- Parameters:
key- to lookup the message by.args- used to format the message.- Returns:
- formatted error message.
-