Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33cf696

Browse files
authored
修改文章排版
1 parent9ccc997 commit33cf696

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
@@ -405,7 +405,7 @@ final关键字主要用在三个地方:变量、方法、类。
405405
- **public stringgetMessage()**:返回异常发生时的详细信息
406406
- **public stringtoString()**:返回异常发生时的简要描述
407407
- **public stringgetLocalizedMessage()**:返回异常对象的本地化信息。使用Throwable的子类覆盖这个方法,可以声称本地化信息。如果子类没有覆盖该方法,则该方法返回的信息与getMessage()返回的结果相同
408-
**publicvoidprintStackTrace()**:在控制台上打印Throwable对象封装的异常信息
408+
- **publicvoidprintStackTrace()**:在控制台上打印Throwable对象封装的异常信息
409409

410410
### 异常处理总结
411411

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp