Java运行时异常RuntimeException

88 阅读1分钟
  • NullPointerException:空指针引用异常
  • ClassCastException:类型强制转换异常
  • IllegalArgumentException:传递非法参数异常
  • ArithmeticException:算术运算异常
  • ArrayStoreException:向数组中存放与声明类型不兼容对象异常
  • IndexOutOfBoundsException:下标越界异常
  • NegativeArraySizeException:创建一个大小为负数的数组错误异常
  • NumberFormatException:数字格式异常
  • SecurityException:安全异常
  • UnsupportedOperationException:不支持的操作异常