// "Suppress for method" "true" import java.io.IOException; class a implements Runnable { public void run() throws IOException{ } }