public class ErrorHandlerFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
TAG |
| Constructor and Description |
|---|
ErrorHandlerFactory(android.content.Context mContext,
ResponseErrorListener mResponseErrorListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleError(java.lang.Throwable throwable)
处理错误
|
public ErrorHandlerFactory(android.content.Context mContext,
ResponseErrorListener mResponseErrorListener)