Uses of Class
org.apache.commons.i18n.MessageNotFoundException

Uses of MessageNotFoundException in org.apache.commons.i18n
 

Methods in org.apache.commons.i18n that throw MessageNotFoundException
 String XMLMessageProvider.getText(String id, String entry, Locale locale)
           
 Map XMLMessageProvider.getEntries(String id, Locale locale)
           
 String ResourceBundleMessageProvider.getText(String id, String entry, Locale locale)
           
 String MessageProvider.getText(String id, String entry, Locale locale)
           
 Map MessageProvider.getEntries(String id, Locale locale)
           
static String MessageManager.getText(String id, String entry, Object[] arguments, Locale locale)
          Iterates over all registered message providers in order to find the given entry in the requested message bundle.
static Map MessageManager.getEntries(String id, Locale locale)
          Returns a map containing all available message entries for the given locale.
 String LocalizedText.getText()
           
 String LocalizedText.getText(Locale locale)
           
 String LocalizedMessage.getTitle()
           
 String LocalizedMessage.getTitle(Locale locale)
           
 String LocalizedError.getSummary()
           
 String LocalizedError.getSummary(Locale locale)
           
 String LocalizedError.getDetails()
           
 String LocalizedError.getDetails(Locale locale)
           
 String LocalizedBundle.getText(String key, Locale locale)
           
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.