auto commit

This commit is contained in:
CyC2018
2018-04-01 20:17:38 +08:00
parent aa2e48cb91
commit 613c51bd45
3 changed files with 36 additions and 19 deletions

View File

@ -535,7 +535,7 @@ Reflection is powerful, but should not be used indiscriminately. If it is possib
# 八、异常
Throwable 可以用来表示任何可以作为异常抛出的类,分为两种: **Error****Exception**,其中 Error 用来表示编译时系统错误
Throwable 可以用来表示任何可以作为异常抛出的类,分为两种: **Error****Exception**,其中 Error 用来表示 JVM 无法处理的错误(比如 java.lang.OutOfMemoryError
Exception 分为两种: