- 0
- 0
- 约4.9千字
- 约 19页
- 2017-06-20 发布于湖北
- 举报
* * ● 异常的概念 ● 异常的分类 ● 异常的处理 throws、throw、捕获 第七章 异常 ● 异常的概念 ● 异常实际上是错误出现导致中断正常的程序执行的一种事件 ● Java采用异常处理的错误捕获机制来处理 例:ExceptionExample.java ● 异常的概念 不处理错误: 读取文件的代码 open the File; determine its size; allocate that much memory; read the file into memory; close the file; ● 异常的概念 以传统方法处理错误: open the file; if (the file is open) { determine the length of the file; if (The file length is got){ allocate enough memory; if (The memory is allocated) { read the file into memory; if(read file success){ close the f
您可能关注的文档
- C51几个预编译指令用法.doc
- 俄罗斯-不同国家与地区的商业习惯.doc
- 天然气加气站RS-485总线应用.doc
- Matlab中的逻辑运算及&&及&等的区别.doc
- 中国传媒大学艺术及科学考研经验之提高效率.doc
- C语言程序编辑或调试中常见错误.doc
- c语言中内存空间动态布局(堆栈).doc
- 《除数是两位数除法》单元测试.doc
- 巴塞尔协议Ⅲ及稳健银行体系监管框架.doc
- 第六册第二单元除数是一位数除法教学教学设计.doc
- British分子诊断bjc说明书用户手册.pdf
- 德州仪器电子评估模块SBOU122B用户手册.pdf
- MAYU实验室设备多孔板高通量四通道在线拉曼分析仪说明书用户手册.pdf
- LX6系列PLCPLCLX6 系列用户手册.pdf
- Dell现场安装服务Dell WSM 说明书用户手册.pdf
- CHY房屋招租公告CK-2024-002说明书用户手册.pdf
- EZ-editor EZ-editor™高效能单克隆基因型鉴定试剂盒 单克隆基因型鉴定试剂盒(免抽提) YK-MVH-50 YK-MVH-100 YK-MVH-250 说明书用户手册.pdf
- MakerBot创客魔博3D打印机用户手册MP05950 Replicator Z18用户手册.pdf
- SP无线数据终端NFT10用户手册.pdf
- Gowin时钟资源GW2A系列FPGA GW2AR系列FPGA说明书用户手册.pdf
原创力文档

文档评论(0)