Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 143c49d

Browse files
Merge pull request Snailclimb#1059 from TimorYang/patch-1
Update Java基础知识.md
2 parents ec2003c + ecfe12c commit 143c49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/java/basis/Java基础知识.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ Java 代码在编译过程中,如果受检查异常没有被 `catch`/`throw`
12171217
12181218
![check-exception](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/2020-12/check-exception.png)
12191219
1220-
除了`RuntimeException`及其子类以外,其他的`Exception`类及其子类都属于检查异常 。常见的受检查异常有: IO 相关的异常、`ClassNotFoundException` 、`SQLException`...
1220+
除了`RuntimeException`及其子类以外,其他的`Exception`类及其子类都属于受检查异常 。常见的受检查异常有: IO 相关的异常、`ClassNotFoundException` 、`SQLException`...
12211221
12221222
**不受检查异常**
12231223

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /