java异常——ExceptionRuntimException
Posted lhj1006400320
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java异常——ExceptionRuntimException相关的知识,希望对你有一定的参考价值。
一、Exception和RuntimeException的区别
- Exception是RuntimeException的父类,使用了 Exception 的类都必须对异常进行处理(try / throw / throws)
- RuntimeException 可以由选择性的对异常进行处理(可以不处理)
二、常见的 RuntimeException(即RuntimeException的子类)
- ClassCastException
- FileSystemNotFoundException
- IndexOutOfBoundsException
- NullPointerException
以上是关于java异常——ExceptionRuntimException的主要内容,如果未能解决你的问题,请参考以下文章