|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MissingEntryException | |
|---|---|
| kz.gamma.i18n | |
| Uses of MissingEntryException in kz.gamma.i18n |
|---|
| Methods in kz.gamma.i18n that throw MissingEntryException | |
|---|---|
java.lang.String |
ErrorBundle.getDetail(java.util.Locale loc)
Returns the detail message in the given locale and the default timezone. |
java.lang.String |
ErrorBundle.getDetail(java.util.Locale loc,
java.util.TimeZone timezone)
Returns the detail message in the given locale and timezone. |
java.lang.String |
LocalizedMessage.getEntry(java.lang.String key,
java.util.Locale loc,
java.util.TimeZone timezone)
Reads the entry id + "." + key from the resource file and returns a
formated message for the given Locale and TimeZone. |
java.lang.String |
ErrorBundle.getSummary(java.util.Locale loc)
Returns the summary message in the given locale and the default timezone. |
java.lang.String |
ErrorBundle.getSummary(java.util.Locale loc,
java.util.TimeZone timezone)
Returns the summary message in the given locale and timezone. |
java.lang.String |
TextBundle.getText(java.util.Locale loc)
Returns the text message in the given locale and the defaut timezone. |
java.lang.String |
TextBundle.getText(java.util.Locale loc,
java.util.TimeZone timezone)
Returns the text message in the given locale and timezone. |
java.lang.String |
MessageBundle.getTitle(java.util.Locale loc)
Returns the title message in the given locale and the default timezone. |
java.lang.String |
MessageBundle.getTitle(java.util.Locale loc,
java.util.TimeZone timezone)
Returns the title message in the given locale and timezone. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||