public class SDBError extends Object
| 构造器和说明 |
|---|
SDBError() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode() |
String |
getErrorDescription() |
String |
getErrorType() |
void |
setErrorCode(int errorCode) |
void |
setErrorDescription(String errorDescription) |
void |
setErrorType(String errorType) |
public String getErrorType()
public void setErrorType(String errorType)
errorType - public int getErrorCode()
public void setErrorCode(int errorCode)
errorCode - public String getErrorDescription()
public void setErrorDescription(String errorDescription)
errorDescription - Copyright © 2015. All Rights Reserved.