java中的Exception

IOException是chekced exception,RuntimeException是unchecked exception,checked exception是继承java.lang.exception中,unchecked exception是继承java.lang.runtimeexception和java.lang.error中的类。 checked exception是必需要抛出
相关文章
相关标签/搜索