Business Components

Uses of Class
oracle.jbo.format.UnknownLocaleException

Packages that use.*
PackageDescription
oracle.jbo.format   
 

Uses of UnknownLocaleException in oracle.jbo.format
 

Methods in oracle.jbo.format that throw UnknownLocaleException
TypeName
abstract  void Formatter.setLocale(LocaleContext thisLocale)
          define locale to be used.
 void DefaultNumberFormatter.setLocale(LocaleContext thisLocale)
          define locale to be used.
 void DefaultPercentageFormatter.setLocale(LocaleContext thisLocale)
          define locale to be used.
 void DefaultCurrencyFormatter.setLocale(LocaleContext thisLocale)
          define locale to be used.
 void DefaultDateFormatter.setLocale(LocaleContext thisLocale)
          define locale to be used.
 void DefaultMessageFormatter.setLocale(LocaleContext thisLocale)
          define locale to be used.
 


Business Components