errorpage.jsp
来自「share trading application.My code sample」· JSP 代码 · 共 17 行
JSP
17 行
<%@ page isErrorPage= "true" info = "This is the error page of the application" contentType = "text/html" %>
<html>
<body>
<h1>OOP's An error has occurred </h1>
<p> The server could not process the request<p>
<b> Type of Exception :</b> <%= exception.getClass() %></br>
<b> Message :</b> <%= exception.getMessage() %> </br>
<p> Please retry.....</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?