public class I18nErrorMessageProvider extends Object implements ErrorMessageProvider
ErrorMessageProvider.| Constructor and Description |
|---|
I18nErrorMessageProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage(String key,
Object... args)
Returns an error message based off the specified key and arguments.
|
public String getErrorMessage(String key, Object... args)
ErrorMessageProvidergetErrorMessage in interface ErrorMessageProviderkey - to lookup the message by.args - used to format the message.Copyright © 2003–2022 Atlassian. All rights reserved.