如何在 Wicket 中进行异常处理

发布于 2024-09-05 13:09:56 字数 83 浏览 3 评论 0原文

我读过,检票口不能抛出已检查的异常。怎么处理这个问题?在基于 Wicket spring 的应用程序中实现异常处理的好方法是什么?

苹果

I've read that wicket can't throw Checked exception. how to deal with this? What is a good way to implement exception handling in Wicket spring based application?

Mac

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

永不分离 2024-09-12 13:09:56

你是什​​么意思,“检票口不能投球”? [需要引用] :)

也许您在某处读到 wicket 不会在默认配置中将异常传递给 servlet 容器?

我通常用 try 包装特定组件的方法,并在 catch 中适当更改页面,即告诉用户出了问题。

更新:
而且,在每个与反馈相关的组件中都有 error()warn() 等。请参阅此处

What do you mean, "Wicket can't throw". [citation needed] :)

Perhaps you read somewhere that wicket will not pass an exception to the servlet container in the default configuration?

I usually wrap specific components' methods with a try and change the page appropriately in catch, i.e. telling the user that something went wrong.

Update:
And also, you have the error(), warn() etc. in every Component which works with Feedback stuff. See here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文