问答详情
源自:1-7 Java 中的异常链
test2()抛出的是运行时异常,为什么main函数里面catch的为Exception e?
是因为Exception父类吗?
提问者:慕粉2220415365
2017-01-01 16:29
个回答
fatesss
2017-01-01 19:31:59
是的,Exception是所有异常类的父类,当然你也可以写RuntimeExepction
0