public interface ErrorCode extends BaseErrorCode
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
check(int app,
int module,
int code) |
static ErrorCode |
format(BaseErrorCode errorCode,
Object... params) |
static int |
getNumLength(int num) |
static ErrorCode |
of(BaseErrorCode errorCode) |
static ErrorCode |
of(int appCode,
int moduleCode,
int code,
String name) |
static ErrorCode |
of(int moduleCode,
int code,
String name) |
static ErrorCode |
of(int code,
String name) |
static ErrorCode |
of(String name,
int... codeParts) |
check, getApp, getCode, getModule, getName, getRealApp, getRealApp, getRealCode, getRealModule, getRealModulestatic ErrorCode of(BaseErrorCode errorCode)
static ErrorCode format(BaseErrorCode errorCode, Object... params)
static void check(int app,
int module,
int code)
static int getNumLength(int num)
Copyright © 2022. All rights reserved.