forked from lingcoder/OnJava8
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
83 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,74 @@ | ||
[TOC] | ||
|
||
<!-- Exceptions --> | ||
# 第十五章 异常 | ||
|
||
|
||
<!-- Concepts --> | ||
## 异常概念 | ||
|
||
|
||
<!-- Basic Exceptions --> | ||
## 基本异常 | ||
|
||
|
||
<!-- Catching an Exception --> | ||
## 异常捕获 | ||
|
||
|
||
<!-- Creating Your Own Exceptions --> | ||
## 自定义异常 | ||
|
||
|
||
<!-- The Exception Specification --> | ||
## 异常规范 | ||
|
||
|
||
<!-- Catching Any Exception --> | ||
## 任意异常捕获 | ||
|
||
|
||
<!-- Standard Java Exceptions --> | ||
## Java标准异常 | ||
|
||
|
||
<!-- Performing Cleanup with finally --> | ||
## finally关键字 | ||
|
||
|
||
<!-- Exception Restrictions --> | ||
## 异常限制 | ||
|
||
|
||
<!-- Constructors --> | ||
## 异常构造 | ||
|
||
|
||
<!-- Try-With-Resources --> | ||
## Try-With-Resources用法 | ||
|
||
|
||
<!-- Exception Matching --> | ||
## 异常匹配 | ||
|
||
|
||
<!-- Alternative Approaches --> | ||
## 异常准则 | ||
|
||
|
||
<!-- Exception Guidelines --> | ||
## 异常指南 | ||
|
||
|
||
<!-- Summary --> | ||
## 本章小结 | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- 分页 --> | ||
|
||
<div style="page-break-after: always;"></div> |