Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4336465

missing exception information for ResourceBundle.getBundle()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.3.0
    • core-libs



      Name: rlT66838 Date: 05/08/2000


      java version "1.3.0rc3"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc3-Z)
      Java HotSpot(TM) Client VM (build 1.3.0rc3-Z, mixed mode)


      The documentation for java.util.ResourceBundle omits to mention that each of
      the THREE getBundle() methods will throw a MissingResourceException if the bundle can't be found by the class-loader.

      http://java.sun.com/j2se/1.3/docs/api/java/util/ResourceBundle.html#getBundle(java.lang.String)
      http://java.sun.com/j2se/1.3/docs/api/java/util/ResourceBundle.html#getBundle(java.lang.String, java.util.Locale)
      http://java.sun.com/j2se/1.3/docs/api/java/util/ResourceBundle.html#getBundle(java.lang.String, java.util.Locale, java.lang.ClassLoader)

      This is easily fixed: in the source for ResourceBundle, add the following line
      in the doc comments of each of these methods:

        * @throws MissingResourceException if the classloader can't find the base
        * class for the resource bundle.
      (Review ID: 104541)
      ======================================================================

            nlindenbsunw Norbert Lindenberg (Inactive)
            rlewis Roger Lewis (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: