十种常见的异常

NullPointException空指针异常

ClassCastException类型强制转换异常

IllegalArgumentException传递非法参数

ArithmeticException算术运算异常

ArrayStoreException向数组中存放与声明类型不兼容对象异常

IndexOutOfException下标越界异常

NegativeArraySizeException创建了一个大小为负数的数组异常

NumberFormatException数字格式异常

SecurityException安全异常

UnsupportedOperationException不支持的操作异常

你可能感兴趣的:(十种常见的异常)