java基础之异常总结

java基础之异常总结

一.数组类

1.NullPointerException 空指针异常

2.ArrayIndexOutofBoundsException 数组越界异常

3.

二.集合