Uses of Class
com.suncode.pwfl.translation.NoTranslationException
Packages that use NoTranslationException
-
Uses of NoTranslationException in com.suncode.pwfl.translation
Methods in com.suncode.pwfl.translation that throw NoTranslationExceptionModifier and TypeMethodDescriptionLocalizedString.get()
Returns translated message.AbstractTranslator.getMessage
(String key) AbstractTranslator.getMessage
(String key, Object... args) AbstractTranslator.getMessage
(String key, Locale locale) AbstractTranslator.getMessage
(String key, Locale locale, Object... args) Translator.getMessage
(String key) Return translated message for given key using current user locale.Translator.getMessage
(String key, Object... args) Return translated message for given key and arguments using current user locale.Translator.getMessage
(String key, Locale locale) Return translated message for given key and locale.Translator.getMessage
(String key, Locale locale, Object... args) Return translated message for given key, locale and arguments.protected abstract String
AbstractTranslator.resolveMessage
(String key, Locale locale, Object... args) protected String
EmptyTranslator.resolveMessage
(String key, Locale locale, Object... args) protected String
PropertiesTranslator.resolveMessage
(String key, Locale locale, Object... args)