NullPointerException:空指针引用异常ClassCastException:类型强制转换异常IllegalArgumentException:传递非法参数异常ArithmeticException:算术运算异常ArrayStoreException:向数组中存放与声明类型不兼容对象异常IndexOutOfBoundsException:下标越界异常NegativeArraySizeException:创建一个大小为负数的数组错误异常NumberFormatException:数字格式异常SecurityException:安全异常UnsupportedOperationException:不支持的操作异常