1.ClassCastException  类型转换异常

2.NullPointerException  空指针异常

3.ArrayIndexOutOfBoundsException  数组下标越界异常

4.ArithmeticException  算术异常

5.ArrayStoreException  数组中包含不兼容的值抛出的异常

6.NumberFormatException  字符串转换为数字抛出的异常

7.IllegalArgumentxception  非法参数异常

8.FileSystemNotFoundException  文件系统未找到异常

9.SecurityException  安全性异常

10.StringIndexOutBoundsException  字符串索引超出范围抛出的异常

11.NegativeArraySizeException  数组长度为负数异常

相关文章:

  • 2021-12-05
  • 2021-09-14
  • 2021-11-23
  • 2022-02-12
  • 2021-08-30
  • 2021-07-29
猜你喜欢
  • 2022-12-23
  • 2022-02-10
  • 2021-06-10
  • 2021-11-16
  • 2022-01-27
  • 2021-09-30
  • 2021-12-17
相关资源
相似解决方案