摘要: package com.exception.demo02;//自定义异常类public class MyException extends Exception{ //传递数字>10; private int detail; public MyException(int a) { this.detai 阅读全文
posted @ 2021-06-14 18:56 Leoyuan 阅读(60) 评论(0) 推荐(0) 编辑