public interface LocalizedException
This interface has been copied from the interface with the same name from Orekit.
| 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 © 2016–2020 Hipparchus.org. All rights reserved.