android - Androidannotations RestErrorHandler not called in RestClient Robo Spice Request -
i configured resterrorhandler in restclient: restclient.setresterrorhandler(restclienterrorhandler);
but it's not called.
i debugged code , see in generated restclient_ class resttemplate.exchange throwing exception, try catch calls resterrorhandler being generated response.getbody() , not entire method.
is bug in androidannotations or doing wrong?
i'm using androidannotations restclient inside robo spice request. thanks!
this aa issue has been fixed today :) may use snapshot until release new version.
Comments
Post a Comment