Exceptions
Posted immiao0319
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Exceptions相关的知识,希望对你有一定的参考价值。
【定义】
error: external, like out of memory
exception: internal, like file not found
父类都是throwable 逻辑有错是runtimeerror
【是否check】
unchecked types: error, run time exception
how to solve checked: catch, specify
以上是关于Exceptions的主要内容,如果未能解决你的问题,请参考以下文章