@@ -12,6 +12,10 @@
<title><spring:message code="403"/></title>
</head>
<body>
-403
+<% Exception e = (Exception)request.getAttribute("ex"); %>
+<h2>错误: <%= e.getClass().getSimpleName()%></h2>
+<hr />
+<h5>错误描述:</h5>
+<%= e.getMessage()%>
</body>
</html>