public interface MathThrowable
Modifier and Type | Method and Description |
---|---|
Object[] |
getArguments()
Gets the arguments used to build the message of this throwable.
|
Localizable |
getGeneralPattern()
Gets the localizable pattern used to build the general part of the message of this throwable.
|
String |
getLocalizedMessage()
Gets the message in the system default locale.
|
String |
getMessage()
Gets the message in a conventional US locale.
|
String |
getMessage(Locale locale)
Gets the message in a specified locale.
|
Localizable |
getSpecificPattern()
Gets the localizable pattern used to build the specific part of the message of this throwable.
|
Localizable getSpecificPattern()
Localizable getGeneralPattern()
Object[] getArguments()
String getMessage(Locale locale)
locale
- Locale in which the message should be translatedString getMessage()
String getLocalizedMessage()
Copyright © 2003–2019. All rights reserved.