<%@ page contentType="text/html; charset=UTF-8"%> Exception! <% Exception e = (Exception)request.getAttribute("ex"); %>

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


错误描述:

<%= e.getMessage()%>

错误信息:

<% e.printStackTrace(new java.io.PrintWriter(out)); %>