throws
java.lang.Exception
java.lang.Throwable
示例:
void describeModule(String module) throws Exception {} // 警告:声明了禁止的异常 'Exception'
配置检查: