Skip to content

Commit

Permalink
Update Java基础知识.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jun1st authored Oct 13, 2018
1 parent 8583d26 commit 0b39a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Java相关/Java基础知识.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ final关键字主要用在三个地方:变量、方法、类。

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

### Trowable类常用方法
### Throwable类常用方法

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

0 comments on commit 0b39a21

Please sign in to comment.