验证异常
@Get("getCaseTest")
public String getCaseTest(AppInvocation inv) throws Exception {
throw new Exception("test exception");
}
发布时间: 2013-11-30 22:36:00 作者: rapoo
验证异常
@Get("getCaseTest")
public String getCaseTest(AppInvocation inv) throws Exception {
throw new Exception("test exception");
}