[ 
https://issues.apache.org/jira/browse/MYFACES-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576753#action_12576753
 ] 

Thomas Spiegl commented on MYFACES-1833:
----------------------------------------

        catch(Exception ex) {
            throw new FacesException("Exception while calling broadcast on 
component : "+getPathToComponent(this), ex);
        }

the api docs say ...

Throws:
    AbortProcessingException - Signal the JavaServer Faces implementation that 
no further processing on the current event should be performed 
    java.lang.IllegalStateException 
    java.lang.NullPointerException - if event is null


> UIComponentBase catches all Exceptions on broadcast
> ---------------------------------------------------
>
>                 Key: MYFACES-1833
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1833
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-127, JSR-252
>    Affects Versions:  1.1.6-SNAPSHOT, 1.2.3-SNAPSHOT
>            Reporter: Thomas Spiegl
>            Priority: Critical
>
> In UIComponentBase.broadcast(FacesEvent event) catches all Exceptions & 
> rethrows a FacesException

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to