public class UpdateError
extends java.lang.Throwable
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateError.ERROR
版本更新错误码
|
| Constructor and Description |
|---|
UpdateError(int code) |
UpdateError(int code,
java.lang.String message) |
UpdateError(java.lang.Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
java.lang.String |
getDetailMsg()
获取详细的错误信息
|
static void |
init(android.content.Context context)
初始化错误信息
|
java.lang.String |
toString() |