// "Add Catch Clause(s)" "true" class a { void g() throws Exception { } // initializer { try { // comment before g(); // comment after } catch (Exception e) { e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates. } } }