1 2 3 4 5 6 7
public class Test2 { @Ann public void m2() throws Exception { throw new Exception(); } }