Framework中手动引发错误页面

Framework中手动引发错误页面

本文介绍了如何在Play Framework中手动引发错误页面?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Play Framework 1.2.x中手动引发404500错误?

How do I manually throw a 404 or 500 error in Play framework 1.2.x?

我目前正在使用renderTemplate()方法渲染404.html500.html模板.但是我该怎么做呢?

I am currently rendering the 404.html and 500.html templates using renderTemplate() method. But how do I do it the proper way ?

推荐答案

播放为此,Controller 具有error()notFound()方法.

这篇关于如何在Play Framework中手动引发错误页面?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 23:03