Any exceptions thrown by handlers will be bundled into a {@link UmbrellaException} and then re-thrown after all handlers havecompleted. An exception thrown by a handler will not prevent other handlers from executing. @throws UmbrellaException wrapping exceptions thrown by handlers @param event the event to fire
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|