- Error
Java运行时系统的内部错误,或资源耗尽;
我们无法通过代码捕获进行处理!
- Exception
RuntimeException 一定是我们编写的代码问题。
RuntimeException 和 Error 为 非检查异常(unchecked exceptions)
除了 RuntimeException 之外的都为 受检查异常(checked exception)
Java运行时系统的内部错误,或资源耗尽;
我们无法通过代码捕获进行处理!
RuntimeException 一定是我们编写的代码问题。
RuntimeException 和 Error 为 非检查异常(unchecked exceptions)
除了 RuntimeException 之外的都为 受检查异常(checked exception)