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.
|
org.apache.commons.math3.exception.util.Localizable |
getSpecifier()
Get the localizable specifier of the error message.
|
String getMessage(Locale locale)
locale
- Locale in which the message should be translatedorg.apache.commons.math3.exception.util.Localizable getSpecifier()
Object[] getParts()
Copyright © 2002–2016 CS Syst?mes d'Information. All rights reserved.