org.androidannotations.api.rest
Interface RestErrorHandler
public interface RestErrorHandler
This interface is used for handling rest client exceptions.
Method Summary |
void |
onRestClientExceptionThrown(org.springframework.web.client.RestClientException e)
Called when an exception occurs within the rest client. |
onRestClientExceptionThrown
void onRestClientExceptionThrown(org.springframework.web.client.RestClientException e)
- Called when an exception occurs within the rest client.
- Parameters:
e
-
Copyright © 2010-2014. All Rights Reserved.