📄 errorpage.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -