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 下载量 166 浏览量
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 处理方式就更好了
麦田
- 粉丝: 2328
- 资源: 67
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 8bit逐次逼近型SAR ADC电路设计成品 入门时期的第三款sarADC,适合新手学习等 包括电路文件和详细设计文档 smic0.18工艺,单端结构,3.3V供电 整体采样率500k,可实现基
- 操作系统实验 ucorelab4内核线程管理
- 脉冲注入法,持续注入,启动低速运行过程中注入,电感法,ipd,力矩保持,无霍尔无感方案,媲美有霍尔效果 bldc控制器方案,无刷电机 提供源码,原理图
- Matlab Simulink#直驱永磁风电机组并网仿真模型 基于永磁直驱式风机并网仿真模型 采用背靠背双PWM变流器,先整流,再逆变 不仅实现电机侧的有功、无功功率的解耦控制和转速调节,而且能实
- 157389节奏盒子地狱模式第三阶段7.apk
- 操作系统实验ucore lab3
- DG储能选址定容模型matlab 程序采用改进粒子群算法,考虑时序性得到分布式和储能的选址定容模型,程序运行可靠 这段程序是一个改进的粒子群算法,主要用于解决电力系统中的优化问题 下面我将对程序进行详
- final_work_job1(1).sql
- 区块链与联邦学习结合:FedChain项目详细复现指南
- 西门子S7 和 S7 Plus 协议开发示例
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功