- key
- the name of the resource.
Documentation for this section has not yet been entered.
Type Reason Java.Util.MissingResourceException if the resource is not found.
Returns the named resource from this ResourceBundle. If the resource cannot be found in this bundle, it falls back to the parent bundle (if it's not null) by calling the ResourceBundle.HandleGetObject(string) method. If the resource still can't be found it throws a MissingResourceException.