基本类型
除以0
ArithmeticException
类或对象
空指针异常
NullPointerException
接口
没有实现Cloneable接口而调用clone()方法
CloneNotSupportedException
数组
声明数组大小为负
NegativeArraySizeException
数组越界
ArrayIndexOutOfBoundsException(继承自IndexOutOfBoundsException)
要存储的值类型不匹配
ArrayStoreException
字符串
getChar函数越界
StringIndexOutOfBoundsException(继承自IndexOutOfBoundsException)
包装类型
字符串转数字如,Integer.praseInt(“1.1”)
NumberFormatException
反射
NoSuchFieldException
NoSuchMethodException
IllegalAccessException
IllegalArgumentException
ClassNotFoundException
强制类型转换
ClassCastException