1.NullPointerException 当应用程序企图使用需求的对象处于空时产生
2.ArrayIndexOutOfBoundsException 数组下标越界时产生
3.ArrayStoreException 当程序存储数组中错误的类型数据时产生
4.FileNotFoundException 访问的文件不存在时产生
5.IOException 由于一般I/O故障而引起的,如读文件故障
6.NumberFormatException 把字符串转换为数值型数据失败时产生
7.StringIndexOutOfBoundsException 当程序试图访问串中不存在的字符位置时产生
以上都是我这段时间遇到的异常,在这里与大家共勉
|
|