1. Error 不要捕获,RuntimeException 不捕获
2. Error 、Exception ->RuntimeException
3. OutOfMemoryError 通过对象池优化
4. finally 放清理代码
5. 自定义异常 一般继承Exception即可
6. throws 方法上用 ,普通异常
7. throw 实际抛出异常代码
8. grails 框架 Web
9. throwable 是类
2. Error 、Exception ->RuntimeException
3. OutOfMemoryError 通过对象池优化
4. finally 放清理代码
5. 自定义异常 一般继承Exception即可
6. throws 方法上用 ,普通异常
7. throw 实际抛出异常代码
8. grails 框架 Web
9. throwable 是类