public class ErrorMessageFacade extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static Set<Integer> |
allRegisteredErrorCodes() |
static List<ErrorDefinition> |
getAllErrorInfo() |
static String |
getMessage(int code,
Object... objects) |
static String |
getMessageTemplate(int code) |
static void |
register(Class<?> clz) |
public static void register(Class<?> clz)
public static String getMessageTemplate(int code)
public static List<ErrorDefinition> getAllErrorInfo()
Copyright © 2021. All rights reserved.