}
@Test(expected = RuntimeException.class)
public void testThrowError() throws Throwable {
Aop1 a1 = getNewInstance(Aop1.class);
a1.throwError();
}
@Test(expected = Exception.class)
public void testThrowException() throws Throwable {
Aop1 a1 = getNewInstance(Aop1.class);