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

Packages that use MessageNotFoundException
org.apache.commons.i18n   
org.apache.commons.i18n.bundles   
 

Uses of MessageNotFoundException in org.apache.commons.i18n
 

Methods in org.apache.commons.i18n that throw MessageNotFoundException
 java.util.Map XMLMessageProvider.getEntries(java.lang.String id, java.util.Locale locale)
           
 java.util.Map MessageProvider.getEntries(java.lang.String id, java.util.Locale locale)
           
static java.util.Map MessageManager.getEntries(java.lang.String id, java.util.Locale locale)
          Returns a map containing all available message entries for the given locale.
static java.util.Map MessageManager.getEntries(java.lang.String providerId, java.lang.String id, java.util.Locale locale)
          Returns a map containing all available message entries for the given locale.
 java.lang.String LocalizedBundle.getEntry(java.lang.String key, java.util.Locale locale)
           
 java.lang.String XMLMessageProvider.getText(java.lang.String id, java.lang.String entry, java.util.Locale locale)
           
 java.lang.String ResourceBundleMessageProvider.getText(java.lang.String id, java.lang.String entry, java.util.Locale locale)
           
static java.lang.String MessageManager.getText(java.lang.String id, java.lang.String entry, java.lang.Object[] arguments, java.util.Locale locale)
          Iterates over all registered message providers in order to find the given entry in the requested message bundle.
static java.lang.String MessageManager.getText(java.lang.String providerId, java.lang.String id, java.lang.String entry, java.lang.Object[] arguments, java.util.Locale locale)
          Tries to find the desired entry in the named message provider.
 

Constructors in org.apache.commons.i18n that throw MessageNotFoundException
ResourceBundleMessageProvider(java.lang.String baseName)
           
 

Uses of MessageNotFoundException in org.apache.commons.i18n.bundles
 

Methods in org.apache.commons.i18n.bundles that throw MessageNotFoundException
 java.lang.String ErrorBundle.getDetails(java.util.Locale locale)
           
 java.lang.String ErrorBundle.getSummary(java.util.Locale locale)
           
 java.lang.String TextBundle.getText(java.util.Locale locale)
           
 java.lang.String MessageBundle.getTitle(java.util.Locale locale)
           
 



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