我在我的 RestClient 中配置了 RestErrorHandler:restClient.setRestErrorHandler(restClientErrorHandler);
但它没有被调用。
我调试了代码,我在生成的 RestClient_ 类中看到 restTemplate.exchange 正在引发异常,但是正在为 response.getBody() 而不是整个方法生成调用我的 RestErrorHandler 的 try catch。
这是 Androidannotations 中的错误还是我做错了什么?
我在 Robo Spice 请求中使用我的 Androidannotations RestClient。谢谢!