xref: /aosp_15_r20/external/javassist/src/test/test2/SetExceptions.java (revision f1fbf3c2ab775ce834e0af96b7a85bdc7a0eac65)
1*f1fbf3c2SXin Li package test2;
2*f1fbf3c2SXin Li 
3*f1fbf3c2SXin Li public class SetExceptions {
f()4*f1fbf3c2SXin Li     public void f() throws Exception {
5*f1fbf3c2SXin Li         throw new Exception();
6*f1fbf3c2SXin Li     }
7*f1fbf3c2SXin Li }
8