⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errorpage.jsp

📁 share trading application.My code samples chapt-4 to chapt-7 are from a book named java project whic
💻 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 + -