Java 的异常-CSDN博客

网站介绍:文章浏览阅读235次。Java中的一场体系的父类是Throwable 包括Error 和 Exception非检查异常(RuntimeException)NullPointerExceptioin【 空指针异常】代码片段1 String str=null; System.out.println(str.length());ArrayIndexOutOfBoundsException 【数组下标越界异