-
常见的系统异常类-gvim中文用户手册(最新版)下载
资源介绍
表7.1 常见的系统异常类
系统定义的运行异常 对应的系统错误
ArrayIndexOutofBoundsException 类 数组越界使用
ArithmaticException 类 算术错误,除数为 0
ClassNotFoundException 类 未找到欲装载使用的类
InterruptedException 类 中断错误,线程操作时可能引发
IOException 类 输入、输出错误
MalformedURLException 类 输入的 URL 网址格式有错误
NullPointerException 类 空的尚未分配内存的对象
SecurityException 类 安全错误,如 Applet 欲读写客户端文件时引发
- 上一篇: javaweb网上书城代码
- 下一篇: 微信小程序源代码-模仿共享单车ofo