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