1.IllegalStateException 配置文件异常
2.BeanCreationException bean创建异常 找不到对应的类型
Saxpase Exception xml配置解析错误
3.NOsuch Exception 未定义异常
4.UnsatisfiedDependencyException: Error creating bean with name ‘Text01.AnnoTest‘
导错包了,i请看有没有导包
6..EmptyResultDataAccessException 空实现异常 没有数据 如template没有查出来数据
7.Noclassfound( 1.没有jar包 2.jar包冲突 )
8.SAXParseException.配置文件解析异常
9.ReflectionException 请查看属性是否相对应
原文:https://www.cnblogs.com/hexiaofei/p/13568099.html