摘要: 异常分为Checked和Unchecked,除了Error与RuntimeException是Unchecked(提醒不强烈,程序运行时才报错,适合不容易出错的地方,在自定义异常时需继承RuntimeException类)以外,其他剩下的异常都是Checked Exception(提醒强烈,编译阶段 阅读全文
posted @ 2022-07-28 00:30 TimQiu 阅读(40) 评论(0) 推荐(0)