Lift 中如何捕获异常并重定向到错误页面?
如何在 Lift 中制作错误处理程序?我有一个带有一些片段的 html 页面,如果这些片段之一抛出异常,我想捕获它并重定向到一些用户友好的错误页面。
如何以包罗万象的方式做到这一点?我不想分别对每个片段进行错误处理。我正在寻找类似 这个在Wicket。
How to make error handlers in Lift? I have html page with some snippets, if one of those snippets throws an exception I want to catch it and redirect to some user friendly error page.
How to do this in catch-all manner? I do not want to put error handling to each snippet separately. I am looking something like this in Wicket.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如有疑问,请检查 LiftRules API。
根据这篇文章这样的东西应该有效:
签名异常处理程序类型是:
When in doubt, check LiftRules API.
According this post something like this should work:
The signature of the exception handler type is: