NullPointerException 空指针异常
ArithmeticException 算术异常
ClassCastException 类型转化异常
ArrayIndexOutOfBoundsException 数组下表越界异常
ClassNotFoundException 类找不到异常
NoSuchElementException 没有这样的元素异常
DataFormatException 数据转换异常
IllegalArgumentException 无效参数异常
IndexOutOfBoundsException 索引越界
ConcurrentModificationException 并发修改异常
|