摘要: package Demo2; //自定义异常类 public class Myexception extends Exception { //传递数字>10 private int detail; public Myexception(int a) { this.detail = a; } //重写 阅读全文
posted @ 2025-10-05 03:05 冰涿 阅读(15) 评论(0) 推荐(0)