Java学习笔记 第四章 异常
JAVA学习笔记第四章
4.异常
异常:Exception程序运行的时候出现不正常的现象,阻止程序的运行
很难堵住所有的漏洞
4.1try-catch
4.2finally
4.3
4.3多重catch
4.4异常层次分类
检查异常:
4.5throw和throws
4.6重载和重写异常
4.7自定义异常
![image-20210518143044316](../Library/Application Support/typora-user-images/image-20210518143044316.png)