public static enum ValidationServiceException.ErrorCode extends Enum<ValidationServiceException.ErrorCode> implements com.google.gwt.user.client.rpc.IsSerializable
| Enum Constant and Description |
|---|
GENERAL_ERROR |
NO_ADMIN_EMAILS |
NOT_VALID_BASEURL |
NOT_VALID_SET |
| Modifier and Type | Method and Description |
|---|---|
static ValidationServiceException.ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationServiceException.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationServiceException.ErrorCode NO_ADMIN_EMAILS
public static final ValidationServiceException.ErrorCode NOT_VALID_BASEURL
public static final ValidationServiceException.ErrorCode GENERAL_ERROR
public static final ValidationServiceException.ErrorCode NOT_VALID_SET
public static ValidationServiceException.ErrorCode[] values()
for (ValidationServiceException.ErrorCode c : ValidationServiceException.ErrorCode.values()) System.out.println(c);
public static ValidationServiceException.ErrorCode 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 © 2019. All rights reserved.