异常处理 — 运行时异常

1.ClassCastException  类型转换异常

2.NullPointerException  空指针异常

3.ArrayIndexOutOfBoundsException  数组下标越界异常

4.ArithmeticException  算术异常

5.ArrayStoreException  数组中包含不兼容的值抛出的异常

6.NumberFormatException  字符串转换为数字抛出的异常

7.IllegalArgumentxception  非法参数异常

8.FileSystemNotFoundException  文件系统未找到异常

9.SecurityException  安全性异常

10.StringIndexOutBoundsException  字符串索引超出范围抛出的异常

11.NegativeArraySizeException  数组长度为负数异常

猜你喜欢

转载自www.cnblogs.com/YeHuan/p/10547688.html