异常分类
常见的异常 (1)数组下标越界异常(arryIndexOutOfBoundsException) (2)算术异常(arithmeticException) (3)类型转换异常(ClassCastException)
常见的异常 (1)数组下标越界异常(arryIndexOutOfBoundsException) (2)算术异常(arithmeticException) (3)类型转换异常(ClassCastException)
(4)空指针异常(NullpointerException)