Skip to content

Commit 67243ac

Browse files
committed
Update 捕获异常.md
1 parent 0531d37 commit 67243ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/learnjavaonline.org/cn/捕获异常.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Java可以抛出很多异常 (比上面的更多).
2525
}
2626

2727

28-
在try块后面的代码将尝试运行。如果异常在catch语句的代码中被抛出,在try块中运行有错误的代码时,会在在catch块中捕获,并运行catch中的代码
28+
在try块后面的代码将尝试运行。如果异常在catch语句的代码中被抛出。
2929

30-
你可以告诉用户,有一个问题,或其他任何东西。
30+
你可以告诉使用这个方法的人,有一个问题,或其他任何东西。
3131

3232
提示:您也可以主动抛出异常 并进行异常捕捉。
3333

0 commit comments

Comments
 (0)