package com.itmyhome;
import java.io.File;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class Login {
@RequestMapping("/null")
public void testNullPointerException() {
File file = null;
// 空指针异常,返回定义在SpringMVC配置文件中的null视图
System.out.println(file.getName());
}
@RequestMapping("/number")
public void testNumberFormatException() {
// NumberFormatException,返回定义在SpringMVC配置文件中的number视图
Integer.parseInt("abc");
}
@RequestMapping("/default")
public void testDefaultException() {
if (1 == 1)
// 由于该异常类型在SpringMVC的配置文件中没有指定,所以就会返回默认的exception视图
throw new RuntimeException("Error!");
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
springMVC3学习(八)--全局的异常处理(源码)
共41个文件
jar:23个
jsp:5个
xml:2个
5星 · 超过95%的资源 需积分: 16 142 下载量 3 浏览量
2014-05-21
23:08:07
上传
评论 1
收藏 4.88MB ZIP 举报
温馨提示
springMVC3学习(八)--全局的异常处理(源码) 文章地址:http://blog.csdn.net/itmyhome1990/article/details/26286435
资源推荐
资源详情
资源评论
收起资源包目录
spring_exception.zip (41个子文件)
spring_exception
.project 1KB
.mymetadata 322B
src
com
itmyhome
Login.java 853B
WebRoot
WEB-INF
classes
com
itmyhome
Login.class 1KB
lib
org.springframework.instrument-3.1.1.RELEASE.jar 7KB
org.springframework.web.servlet-3.1.1.RELEASE.jar 560KB
org.springframework.web-3.1.1.RELEASE.jar 532KB
org.springframework.oxm-3.1.1.RELEASE.jar 71KB
org.springframework.beans-3.1.1.RELEASE.jar 576KB
org.springframework.test-3.1.1.RELEASE.jar 224KB
org.springframework.expression-3.1.1.RELEASE.jar 172KB
jstl.jar 17KB
org.springframework.jdbc-3.1.1.RELEASE.jar 395KB
org.springframework.context.support-3.1.1.RELEASE.jar 105KB
org.springframework.asm-3.1.1.RELEASE.jar 52KB
org.springframework.web.struts-3.1.1.RELEASE.jar 31KB
org.springframework.aspects-3.1.1.RELEASE.jar 49KB
org.springframework.context-3.1.1.RELEASE.jar 812KB
commons-logging.jar 26KB
org.springframework.jms-3.1.1.RELEASE.jar 195KB
org.springframework.aop-3.1.1.RELEASE.jar 324KB
standard.jar 287KB
org.springframework.transaction-3.1.1.RELEASE.jar 241KB
org.springframework.orm-3.1.1.RELEASE.jar 370KB
org.springframework.instrument.tomcat-3.1.1.RELEASE.jar 11KB
org.springframework.core-3.1.1.RELEASE.jar 439KB
org.springframework.web.portlet-3.1.1.RELEASE.jar 186KB
config
springMVC.xml 2KB
web.xml 829B
error.jsp 917B
index.jsp 834B
welcome.jsp 892B
null.jsp 917B
number.jsp 929B
META-INF
MANIFEST.MF 36B
.myeclipse
.settings
org.eclipse.wst.jsdt.ui.superType.container 49B
org.eclipse.jdt.core.prefs 330B
org.eclipse.wst.jsdt.ui.superType.name 6B
com.genuitec.eclipse.j2eedt.core.prefs 1KB
.jsdtscope 500B
.classpath 3KB
共 41 条
- 1
资源评论
- 柳光峰2016-06-21配合博客内容,很好的学习例子
- 普通网友2015-04-30很好的例子,学习了
- moojfs2014-08-27很好的学习例子,简单明了
- LuoRuiYuan_12015-06-19要是是 HandlerExceptionResolver 处理方式就更好了
麦田
- 粉丝: 2329
- 资源: 67
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- C语言-leetcode题解之28-implement-strstr.c
- C语言-leetcode题解之27-remove-element.c
- C语言-leetcode题解之26-remove-duplicates-from-sorted-array.c
- C语言-leetcode题解之24-swap-nodes-in-pairs.c
- C语言-leetcode题解之22-generate-parentheses.c
- C语言-leetcode题解之21-merge-two-sorted-lists.c
- java-leetcode题解之Online Stock Span.java
- java-leetcode题解之Online Majority Element In Subarray.java
- java-leetcode题解之Odd Even Jump.java
- 计算机毕业设计:python+爬虫+cnki网站爬
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功