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

我想试试这样会不会重写exception,结果运行不了。

为什么运行不了? package exceptionClass; public class exceptionClass { public int getC(int a,int b){ int c=a/b; return c; } public void nothing() throws Exception{ throw new Exception("对,我就是没事找事。"); } public static void main(String[] args){ try { int a=10/0; } catch (Exception e) { } } }

正在回答

1 回答

你把抛出异常的类型指定一下试试,我记得这个应该是空指针还是啥的,你去查查试试看

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

我想试试这样会不会重写exception,结果运行不了。

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信