在service中:
@Before(Tx.class)
public void test(){
throw new Error("自定义异常信息");
}
在controller,如何获取这个“自定义异常信息”?