File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,19 @@ Java SE 6 技術手冊
65
65
- [ 9.2 package 與 import] ( docs/CH09.md#92-package-%E8%88%87-import )
66
66
- [ 9.3 接下來的主題] ( docs/CH09.md#93-%E6%8E%A5%E4%B8%8B%E4%BE%86%E7%9A%84%E4%B8%BB%E9%A1%8C )
67
67
68
- - 第 10 章 例外處理(Exception Handling)
69
- - 10.1 例外處理入門
70
- - 10.2 受檢例外(Checked Exception)、執行時期例外
71
- (Runtime Exception)
72
- - 10.3 throw、throws
73
- - 10.4 例外的繼承架構
74
- - 10.5 斷言(Assertion)
75
- - 10.6 接下來的主題
68
+ - [ 第 10 章 例外處理(Exception Handling)] ( docs/CH10.md#%E7%AC%AC-10-%E7%AB%A0-%E4%BE%8B%E5%A4%96%E8%99%95%E7%90%86exception-handling )
69
+ - [ 10.1 例外處理入門] ( docs/CH10.md#101-%E4%BE%8B%E5%A4%96%E8%99%95%E7%90%86%E5%85%A5%E9%96%80 )
70
+ - [ 10.2 受檢例外(Checked Exception)、執行時期例外
71
+ (Runtime Exception)] ( docs/CH10.md#102-%E5%8F%97%E6%AA%A2%E4%BE%8B%E5%A4%96checked-exception%E5%9F%B7%E8%A1%8C%E6%99%82%E6%9C%9F%E4%BE%8B%E5%A4%96runtime-exception )
72
+ - [ 10.3 throw、throws] ( docs/CH10.md#103-throwthrows )
73
+ - [ 10.4 例外的繼承架構] ( docs/CH10.md#104-%E4%BE%8B%E5%A4%96%E7%9A%84%E7%B9%BC%E6%89%BF%E6%9E%B6%E6%A7%8B )
74
+ - [ 10.5 斷言(Assertion)] ( docs/CH10.md#105-%E6%96%B7%E8%A8%80assertion )
75
+ - [ 10.6 接下來的主題] ( docs/CH10.md#106-%E6%8E%A5%E4%B8%8B%E4%BE%86%E7%9A%84%E4%B8%BB%E9%A1%8C )
76
+
77
+ - 第 11 章 列舉型態(Enumerated Types)
78
+ - 11.1 常數設置與列舉型態
79
+ - 11.2 定義列舉型態
80
+ - 11.3 接下來的主題
81
+
76
82
77
83
待續 ...
You can’t perform that action at this time.
0 commit comments