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

Exception thrown by NotificationFilter should be ignored

XMLWordPrintable

    • b45
    • generic
    • generic

      When NotificationBroadcasterSupport is dispatching notifications to its listeners, it first evaluates the NotificationFilter for a given listener, and if the filter returns true it sends the notification to that listener. However, if the filter throws an exception then that exception is immediately propagated to the caller of sendNotification. It would seem more logical to ignore the exception (after logging it) and go on to the next listener as if the filter had returned false.
      ###@###.### 2005-03-23 14:20:50 GMT

            sjiang Shanliang Jiang (Inactive)
            emcmanus Eamonn McManus
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: