From c8c08b0a03dc647a8196b7e0f4214714da5c5209 Mon Sep 17 00:00:00 2001 From: Kudzu Date: Mon, 18 Aug 2025 21:57:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0=E5=A4=87=E4=BB=BD=EF=BC=9A20?= =?UTF-8?q?25-08-18=2021:57:57?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .obsidian/plugins/keep-the-rhythm/data.json | 4 ++-- .obsidian/plugins/novel-word-count/data.json | 14 +++++++------- A1-Work/语言/Java/基础学习.md | 2 ++ 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.obsidian/plugins/keep-the-rhythm/data.json b/.obsidian/plugins/keep-the-rhythm/data.json index 9a85ce8..b054c7b 100644 --- a/.obsidian/plugins/keep-the-rhythm/data.json +++ b/.obsidian/plugins/keep-the-rhythm/data.json @@ -511,11 +511,11 @@ } }, "2025-08-18": { - "totalDelta": 209, + "totalDelta": 249, "files": { "A1-Work/语言/Java/基础学习.md": { "initial": 7534, - "current": 7743 + "current": 7783 } } } diff --git a/.obsidian/plugins/novel-word-count/data.json b/.obsidian/plugins/novel-word-count/data.json index 96f2217..53b2fea 100644 --- a/.obsidian/plugins/novel-word-count/data.json +++ b/.obsidian/plugins/novel-word-count/data.json @@ -463,20 +463,20 @@ "isCountable": true, "targetNodeType": "file", "noteCount": 1, - "wordCount": 2551, + "wordCount": 2577, "wordCountTowardGoal": 0, "wordGoal": null, - "pageCount": 8.503333333333334, - "characterCount": 8631, - "nonWhitespaceCharacterCount": 6921, + "pageCount": 8.59, + "characterCount": 8669, + "nonWhitespaceCharacterCount": 6958, "newlineCount": 315, - "readingTimeInMinutes": 5.710339622641509, + "readingTimeInMinutes": 5.76411320754717, "linkCount": 0, "embedCount": 1, "aliases": null, "createdDate": 1753961160249, - "modifiedDate": 1755524193214, - "sizeInBytes": 13441, + "modifiedDate": 1755524959198, + "sizeInBytes": 13535, "sessionStart": { "noteCount": 1, "pageCount": 2.1566666666666667, diff --git a/A1-Work/语言/Java/基础学习.md b/A1-Work/语言/Java/基础学习.md index b3f4af4..467958d 100644 --- a/A1-Work/语言/Java/基础学习.md +++ b/A1-Work/语言/Java/基础学习.md @@ -303,6 +303,8 @@ host: blog.csdn.net ## 异常、断言、日志和调试 ### 异常 +使用 `throw` 抛出一个异常,使用 `throws` 声明会抛出的异常。 + #### 异常层次结构 ```mermaid classDiagram