public class CommonError extends Object
| 构造器和说明 |
|---|
CommonError() |
| 限定符和类型 | 方法和说明 |
|---|---|
ErrorCode |
getErrorCode()
错误编码
|
String |
getErrorMsg()
错误描述
|
String |
getLocation()
错误系统
|
void |
setErrorCode(ErrorCode errorCode)
错误编码
|
void |
setErrorMsg(String errorMsg)
错误描述
|
void |
setLocation(String location)
错误系统
|
public ErrorCode getErrorCode()
public void setErrorCode(ErrorCode errorCode)
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
public String getLocation()
public void setLocation(String location)
Copyright © 2020. All Rights Reserved.