You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/06/24 16:18:24 UTC

[jira] [Resolved] (WICKET-5628) Introduce a marker interface for exception which are recommended to be handler by the framework

     [ https://issues.apache.org/jira/browse/WICKET-5628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-5628.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.17.0
                   7.0.0-M3

Introduced org.apache.wicket.WicketInternalException marker interface.
The applications are recommended to not handle exceptions implementing this marker interface.

> Introduce a marker interface for exception which are recommended to be handler by the framework
> -----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-5628
>                 URL: https://issues.apache.org/jira/browse/WICKET-5628
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.16.0
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 7.0.0-M3, 6.17.0
>
>
> See http://markmail.org/message/anoyrz26hrthfen5
> Applications can try to handle exceptions via IRequestCycleListener#onException().
> It is recommended some exceptions to be handled by the framework instead because the application cannot really do anything in some cases.
> For example ResponseIOException is being thrown when Wicket cannot write the response back to the client because the connection is lost for any reason. The application cannot do anything in this case too.



--
This message was sent by Atlassian JIRA
(v6.2#6252)