Throwable.getLocalizedMessage() does not support multiple locales within one jav

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Not an Issue
    • Priority: P3
    • None
    • Affects Version/s: 1.2.0
    • Component/s: core-libs
    • generic
    • generic



      Name: rm29839 Date: 04/02/98


      The Throwable class provides a method getLocalizedMessage() that should return a localized version of the message.
      Unfortunately, this method does not allow me to specify the locale so the throwable object has to assume that I'm using the
      default locale. This is not a valid assumption for any international application.

      The solution? Add another method to Throwable:

         Throwable.getLocalizedMessage( Locale l );
      (Review ID: 27024)
      ======================================================================

            Assignee:
            Stuart Marks
            Reporter:
            Ronan Mandel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: