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 StringAbstractTranslator.resolveMessage(String key, Locale locale, Object... args) protected StringEmptyTranslator.resolveMessage(String key, Locale locale, Object... args) protected StringPropertiesTranslator.resolveMessage(String key, Locale locale, Object... args)