Skip to content

Commit 0b39a21

Browse files
authored
Update Java基础知识.md
Fix typo
1 parent 8583d26 commit 0b39a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Java相关/Java基础知识.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ final关键字主要用在三个地方:变量、方法、类。
400400

401401
**注意:异常和错误的区别:异常能被程序本身可以处理,错误是无法处理。**
402402

403-
### Trowable类常用方法
403+
### Throwable类常用方法
404404

405405
- **public string getMessage()**:返回异常发生时的详细信息
406406
- **public string toString()**:返回异常发生时的简要描述

0 commit comments

Comments
 (0)