ch05 异常处理
- 异常(Exception)处理 - 1、异常的概念2、异常的分类(Error/Exception)3、捕获异常(try-catch-finally)4、声明异常(throws