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