| 程序包 | 说明 |
|---|---|
| com.dexcoder.commons.exceptions | |
| com.dexcoder.commons.utils |
| 构造器和说明 |
|---|
AssistantException(IEnum iEnum)
Instantiates a new AssistantException.
|
CommonsAssistantException(IEnum iEnum)
Instantiates a new CommonsAssistantException.
|
DexcoderException(IEnum e)
Instantiates a new DexcoderException.
|
DexcoderException(IEnum msgEnum,
Throwable e) |
| 限定符和类型 | 方法和说明 |
|---|---|
static IEnum[] |
EnumUtils.getEnums(Class<?> clazz)
获取枚举的所有属性
|
static IEnum[] |
EnumUtils.getEnums(String enumClass)
获取枚举的所有属性
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
AssertUtils.assertNotBlank(String str,
IEnum message) |
static void |
AssertUtils.assertNotEquals(String str1,
String str2,
IEnum message) |
static void |
AssertUtils.assertNotNull(Object obj,
IEnum iEnum) |
Copyright © 2016. All rights reserved.