java中常见的运行时异常

常见的运行时异常

索引越界异常:ArrayIndexOutOfBoundsException
空指针异常: NullPointException
数据类型转换异常:ClassCastException
字符串转换为数字异常:NumberFormatEcetion
指定类找不到异常:ClassNotFoundException
未找到类定义异常:NoClassDefFoundException
方法不存在异常:NoSuchMethodExceptiion
SQL异常:SQLException
实例化异常:InstantiationException
迭代器中:NoSuchElementExcpetion ConcurrentModificationException

你可能感兴趣的:(异常,java)