public enum HoneyServletExceptionException extends Enum<HoneyServletExceptionException> implements HoneyExceptionAssert
| Enum Constant and Description |
|---|
PAGE_MISSING
404 page missing
|
WEB_UNKNOWN_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static HoneyServletExceptionException |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoneyServletExceptionException[] |
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 HoneyServletExceptionException PAGE_MISSING
public static final HoneyServletExceptionException WEB_UNKNOWN_ERROR
public static HoneyServletExceptionException[] values()
for (HoneyServletExceptionException c : HoneyServletExceptionException.values()) System.out.println(c);
public static HoneyServletExceptionException 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.