java中的运行时异常都有哪些
时间: 2023-11-18 08:04:36 浏览: 112
java项目开发中常见异常
5星 · 资源好评率100%
1. NullPointerException 空指针异常
2. ArrayIndexOutOfBoundsException 数组下标越界异常
3. ClassCastException 类型转换异常
4. IllegalArgumentException 非法参数异常
5. ArithmeticException 算术异常
6. NumberFormatException 数字格式异常
7. UnsupportedOperationException 不支持操作异常
8. ConcurrentModificationException 并发修改异常
9. NoSuchElementException 没有这样的元素异常
10. IllegalStateException 非法状态异常
11. UnsupportedOperationException 不支持操作异常
12. IndexOutOfBoundsException 下标越界异常
13. NegativeArraySizeException 数组长度为负异常
14. SecurityException 安全异常
15. OutOfMemoryError 内存溢出异常
阅读全文