public enum WebErrorCode extends Enum<WebErrorCode> implements org.seedstack.shed.exception.ErrorCode
| Modifier and Type | Method and Description |
|---|---|
static WebErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebErrorCode CANNOT_RESOLVE_WEB_RESOURCE_LOCATION
public static final WebErrorCode ERROR_RETRIEVING_RESOURCE
public static final WebErrorCode UNABLE_TO_DETERMINE_RESOURCE_INFO
public static final WebErrorCode UNABLE_TO_SCAN_TOMCAT_JNDI_DIRECTORY
public static final WebErrorCode UNABLE_TO_SCAN_TOMCAT_JNDI_JAR
public static final WebErrorCode UNABLE_TO_SCAN_WEBSPHERE_DIRECTORY
public static final WebErrorCode UNEXPECTED_EXCEPTION
public static WebErrorCode[] values()
for (WebErrorCode c : WebErrorCode.values()) System.out.println(c);
public static WebErrorCode 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 © 2013-2017–2018 SeedStack. All rights reserved.