📄 errorpage09.jsp
字号:
<%@ page contentType="text/plain" errorPage="/ErrorPage10.jsp" %><%
// Write a FAILED message that should get replaced by the error text
out.println("ErrorPage09 FAILED - Original response returned");
// Throw the specified exception
int i = 1;
if (i > 0) {
throw new ArrayIndexOutOfBoundsException
("ErrorPage09 Threw ArrayIndexOutOfBoundsException");
}
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -