throw new NullPointerException("thrown in CatchThrow.callback");
CatchThrow c = new CatchThrow(); try { c.catchThrow(); } catch (Exception e) { System.out.println("In Java:\n " + e); }