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)
ErrorMessageProvider
getErrorMessage
in interface ErrorMessageProvider
key
- to lookup the message by.args
- used to format the message.Copyright © 2003–2020 Atlassian. All rights reserved.