throws
例:
void f() throws Exception, Exception {}
クイックフィックス適用後:
void f() throws Exception {}
他の例外をサブクラス化している例外を無視するには、「他をサブクラス化する例外を無視する」オプションを使用します。