<%@ page contentType="text/html; charset=utf-8" isErrorPage="true"%> <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> <%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%> <%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <spring:message code="error"/> <% Exception e = null != exception ? (Exception) exception : (Exception)request.getAttribute("ex"); %>

错误: <%= e.getClass().getSimpleName()%>


错误描述:
<%= e.getMessage()%>
错误信息:
<% e.printStackTrace(new java.io.PrintWriter(out)); %>