import java.io.IOException; class Test { /** * @throws IOException in some case * @throws IOException */ void a() throws IOException{ throw new IOException(); } }