Uses of Class
org.moremotion.resource.ResourceException

Packages that use ResourceException
org.moremotion.evaluator   
org.moremotion.resource   
 

Uses of ResourceException in org.moremotion.evaluator
 

Methods in org.moremotion.evaluator that throw ResourceException
static java.lang.Object Funcs.res(Expression[] params, SymbolResolver sr)
           
 

Uses of ResourceException in org.moremotion.resource
 

Methods in org.moremotion.resource that throw ResourceException
 java.lang.String Resource.format(java.lang.String language)
          Formats this resource by retrieving the actual text in specified language from the resource bundle and replacing the resource argument symbols in it.
static ResourceBundle ResourceManager.getResourceBundle(java.lang.String bundleName, java.lang.String language)
          Returns a ResourceBundle object by the given resource identifier and language code.
static ResourceBundle ResourceManager.getSystemResourceBundle(java.lang.String language)
          Returns the ResourceBundle object of MoreMotion.
static Resource Resource.parse(java.lang.String resfunc)
          Parses the resource function in the specified string and returns a resource object.
static java.lang.String ResourceManager.replaceResDefinitions(java.lang.String inBuffer, java.lang.String language)
          Resolves the preformatted $res() definitions existing in the given string using the given language.
 



Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.