1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

java基础部分重构完善

This commit is contained in:
guide 2020-12-05 14:55:20 +08:00
parent 945e287acb
commit 18a4deac91
3 changed files with 2 additions and 2 deletions

View File

@ -1170,11 +1170,11 @@ JAVA 反射机制是在运行状态中,对于任意一个类,都能够知道
#### 3.2.1. Java 异常类层次结构图
![](images/Java异常类层次结构图.png)
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/2020-12/Java%E5%BC%82%E5%B8%B8%E7%B1%BB%E5%B1%82%E6%AC%A1%E7%BB%93%E6%9E%84%E5%9B%BE.png)
<p style="font-size:13px;text-align:right">图片来自https://simplesnippets.tech/exception-handling-in-java-part-1/</p>
![](images/Java异常类层次结构图2.png)
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/2020-12/Java%E5%BC%82%E5%B8%B8%E7%B1%BB%E5%B1%82%E6%AC%A1%E7%BB%93%E6%9E%84%E5%9B%BE2.png)
<p style="font-size:13px;text-align:right">图片来自https://chercher.tech/java-programming/exceptions-java</p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB