JavaSE进阶

9.2 异常体系结构

如10.1.2所示的ArrayIndexOutOfBoundsException数组下标越界异常,NumberFormatException数字格式化异常,ArithmeticException算术异常,查看它们的API,例如图9-5,9-6,9-7。

图9- 5 ArrayIndexOutOfBoundsException数组下标越界异常

图9- 6 NumberFormatException数字格式化异常

图9- 7 ArithmeticException算术异常