-
Bug
-
Resolution: Fixed
-
P4
-
6
-
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
###@###.### 2005-03-23 14:20:50 GMT
- relates to
-
JDK-6244863 Specify what happens with NotificationBroadcasterSupport if a filter or listener throws an exception
-
- Resolved
-