为了账号安全,请及时绑定邮箱和手机立即绑定

Throw java为什么提示错误

Throw java为什么提示错误

神不在的星期二 2018-08-12 15:10:22
public class Defind {public static void main(String[] args) {try{throw new DefindException("异常");}catch(DefindException e){System.out.println(e);}}class DefindException extends Exception{public DefindException(String msg){super(msg);}}}
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 533 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信