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:16:25 UTC

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

Martin Grigorov created WICKET-5628:
---------------------------------------

             Summary: 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


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)