/[classpath]/classpath/java/util/ResourceBundle.java
ViewVC logotype

Diff of /classpath/java/util/ResourceBundle.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24.2.7 by tromey, Thu Oct 6 13:41:51 2005 UTC revision 1.24.2.8 by gnu_andrew, Wed Nov 2 00:43:37 2005 UTC
# Line 419  public abstract class ResourceBundle Line 419  public abstract class ResourceBundle
419            }            }
420        }        }
421    
422      throw new MissingResourceException("Bundle " + baseName + " not found",      throw new MissingResourceException("Bundle " + baseName
423                                           + " not found for locale "
424                                           + locale
425                                           + " by classloader "
426                                           + classLoader,
427                                         baseName, "");                                         baseName, "");
428    }    }
429    

Legend:
Removed from v.1.24.2.7  
changed lines
  Added in v.1.24.2.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26