Description
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.
Attachments
Issue Links
- relates to
-
WICKET-5794 Make DefaultExceptionMapper extensible
- Resolved
- links to