1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update Java基础知识.md

Fix typo
This commit is contained in:
feng qijun 2018-10-14 00:01:42 +08:00 committed by GitHub
parent 8583d26406
commit 0b39a2176d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -400,7 +400,7 @@ final关键字主要用在三个地方变量、方法、类。
**注意:异常和错误的区别:异常能被程序本身可以处理,错误是无法处理。**
### Trowable类常用方法
### Throwable类常用方法
- **public string getMessage()**:返回异常发生时的详细信息
- **public string toString()**:返回异常发生时的简要描述