throws
示例:
void f() throws Exception, Exception {}
在应用快速修复后:
void f() throws Exception {}
使用忽略子类化其他异常的异常选项可以忽略子类化其他异常的异常。