public class CustomErrorCode extends Object implements ErrorCode
| 构造器和说明 |
|---|
CustomErrorCode() |
CustomErrorCode(int app,
int module,
int code,
String name) |
CustomErrorCode(int module,
int code,
String name) |
CustomErrorCode(int code,
String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
static CustomErrorCode |
wrapper(BaseErrorCode errorCode) |
check, getApp, getCode, getModule, getName, getRealApp, getRealApp, getRealCode, getRealModule, getRealModulepublic CustomErrorCode(int app,
int module,
int code,
String name)
public CustomErrorCode(int module,
int code,
String name)
public CustomErrorCode(int code,
String name)
public CustomErrorCode()
public static CustomErrorCode wrapper(BaseErrorCode errorCode)
protected boolean canEqual(Object other)
Copyright © 2022. All rights reserved.