error_jsp.java
来自「野生动物系统的JAVA源码, 野生动物系统的JAVA源码」· Java 代码 · 共 58 行
JAVA
58 行
package org.apache.jsp.common.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.*;
public final class error_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=GB2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<meta name=\"GENERATOR\" content=\"Microsoft FrontPage 4.0\">\r\n<meta name=\"ProgId\" content=\"FrontPage.Editor.Document\">\r\n<title>错误信息提示</title>\r\n</head>\r\n<body>\r\n <TABLE cellSpacing=1 cellPadding=1 width=505 border=0 align=left bgcolor=CCDAF8>\r\n <tr>\r\n\t<td bgcolor=white>\r\n\t <TABLE cellSpacing=1 cellPadding=1 width=100% border=0 align=left>\r\n\t\t<tr>\r\n\t\t <td bgcolor=EDF2FC height=24 class=p4 colspan=2> <FONT color=2F59BB><B>错误信息提示</B></FONT></td>\r\n\t\t</tr>\r\n\t\t<tr>\r\n\t\t <td height=20></td>\r\n\t\t</tr>\r\n\t\t<tr>\r\n\t\t <td width=35% align=right><IMG SRC=\"../pic/clew.gif\" width=\"134\" height=\"129\" BORDER=0 ALT=\"\"></td>\r\n\t\t <td class=p5 align=center><font color=red><B>惨了 :(</B></font><BR><BR>");
//=DoString.iSOtoGb2312(request.getParameter("errorInfo"))
out.write("<BR><br> 我要--><a href='javascript:history.back();'>返 回</a></td>\r\n\t\t</tr>\r\n\t\t<tr>\r\n\t\t <td height=20></td>\r\n\t\t</tr>\r\n\t </table>\r\n \t</td>\r\n\t</tr>\r\n </table>\r\n</body>\r\n</html>\r\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?