码迷,mamicode.com
首页 > 编程语言 > 详细

SpringMVC异常处理一

时间:2020-01-25 19:29:56      阅读:80      评论:0      收藏:0      [点我收藏+]

标签:用户   erro   doc   html4   title   mamicode   spring   springmvc   mic   

现在模拟登录的时候,如果用户名或者密码发生异常的时候,使其跳转到自定义的错误页面中去

error.jsp

<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
错误信息:${e.message}
</body>
</html>

  技术图片

 

运行结果:

 

 技术图片

 

SpringMVC异常处理一

标签:用户   erro   doc   html4   title   mamicode   spring   springmvc   mic   

原文地址:https://www.cnblogs.com/dongyaotou/p/12233270.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!