摘要: 异常 Throwable(异常的父类或超类) Error(错误) Exception(异常) RuntimeException(运行时异常) 非RuntimeException(编译时异常) 异常的处理方法 1.thorws 2.try...catch...finally Throws throws 阅读全文
posted @ 2020-08-25 11:05 努力前行, 阅读(83) 评论(0) 推荐(0) 编辑