public interface LocalizedException
Modifier and Type | Method and Description |
---|---|
String |
getMessage(Locale locale)
Gets the message in a specified locale.
|
Object[] |
getParts()
Get the variable parts of the error message.
|
Localizable |
getSpecifier()
Get the localizable specifier of the error message.
|
String getMessage(Locale locale)
locale
- Locale in which the message should be translatedLocalizable getSpecifier()
Object[] getParts()
Copyright © 2002-2021 CS GROUP. All rights reserved.