问答详情
源自:1-7 Java 中的异常链

异常类型?

	public void test1() throws Exception{
		throw new DrunkException("喝车别开酒!");
	}
	

test1()抛出什么类型的异常?Exception?DrunkException?

提问者:孩子key 2015-04-04 20:21

个回答

  • ybbzbb
    2015-04-05 13:25:38

    Exception