blob: 899533f417984e15b89a3f7dc3603bdb572a2398 [file] [log] [blame]
package p;
public class SomeOtherClass3 extends Exception {
public void foo3() {
try {
throw new SomeOtherClass3();
} catch (SomeOtherClass3 lvSomeOtherClass3) {
}
}
}