Skip to content

Latest commit

 

History

History
74 lines (35 loc) · 863 Bytes

15-Exceptions.md

File metadata and controls

74 lines (35 loc) · 863 Bytes

[TOC]

第十五章 异常

异常概念

基本异常

异常捕获

自定义异常

异常规范

任意异常捕获

Java标准异常

finally关键字

异常限制

异常构造

Try-With-Resources用法

异常匹配

异常准则

异常指南

本章小结