验证错误

验证异常@Get(getCaseTest)public String getCaseTest(AppInvocation inv) throws Exception {throw new

验证异常
    @Get("getCaseTest")
    public String getCaseTest(AppInvocation inv) throws Exception {
            throw new Exception("test exception");
    }