摘要: Java Exception: 1、Error 2、Runtime Exception 运行时异常 3、Exception 4、throw 用户自定义异常 异常类分两大类型:Error类代表了编译和系统的错误,不允许捕获;Exception类代表了标准Java库方法所激发的异常。Exception类 阅读全文
posted @ 2019-04-19 10:37 GLORY-HOPE 阅读(134) 评论(0) 推荐(0) 编辑