public class ThrowException { public static void main(String[] args) { try { foo(); } catch(Exception e) { if (e
throw new IOException("Test");