package test; import java.io.IOException; public class ThrowTest2 { public static void main(String[] args) throws IOException { ThrowTest.main(new String[]{}); } }