像当程序运行时出现5/0,系统会报错ArithmeticException
那什么情况下会报错自定义异常(比如视频里的DrunkException)呢?
使用throws new DrunkException("字符串");这样子去抛出自定义的异常