public enum HoneyCommonExceptionException extends Enum<HoneyCommonExceptionException> implements HoneyExceptionAssert
| Enum Constant and Description |
|---|
SERVER_ERROR
server have error
|
SERVER_I18N_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static HoneyCommonExceptionException |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoneyCommonExceptionException[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnewException, newExceptiongetCode, getMessageassertIsNull, assertIsTrue, assertNotEmpty, assertNotEmpty, assertNotNull, throwExceptionpublic static final HoneyCommonExceptionException SERVER_ERROR
public static final HoneyCommonExceptionException SERVER_I18N_ERROR
public static HoneyCommonExceptionException[] values()
for (HoneyCommonExceptionException c : HoneyCommonExceptionException.values()) System.out.println(c);
public static HoneyCommonExceptionException valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.