test1(),抛出DrunkException异常 throw new DrunkException
test2(), 新建RuntimeException异常 throw newExc.中间为什么不加new
RuntimeException newExc = new RuntimeException(e);
前面有一句这个吧