- RuntimeException Java.lang包中多数异类的基类
- ArithmeticException 算术错误,除数为0
- ArrayIndexOutOfBoundException 数组大小小于或大于实际的数组大小
- ClassNotFoundException 不能加载所需的类
- NumberFormatException 字符串到数据类型的非法转换
- NullPointerException 空指针异常
- FileNotFoundException 文件没有找到
- IOException IO异常
- InterruptedException 线程中断
- IllegalArgumentException 方法接收到非法参数
- ClassCastException 类型转换异常
- SQLException SQL数据库异常