Java常见的运行时异常

版权声明:版权所有 https://blog.csdn.net/qq_38216661/article/details/82355580

- ArithmeticException(算术异常) 

- ClassCastException (类转换异常) 

- IllegalArgumentException (非法参数异常) 

- IndexOutOfBoundsException (下标越界异常) 

- NullPointerException (空指针异常) 

- SecurityException (安全异常)

猜你喜欢

转载自blog.csdn.net/qq_38216661/article/details/82355580