import java.io.IOException; public class MainClass { public static void main(String[] argv) throws Exception { throw new IOException(); } }