public static enum GadgetException.Code extends Enum<GadgetException.Code>
| Modifier and Type | Method and Description |
|---|---|
static GadgetException.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GadgetException.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GadgetException.Code INTERNAL_SERVER_ERROR
public static final GadgetException.Code INVALID_PATH
public static final GadgetException.Code INVALID_CONFIG
public static final GadgetException.Code INVALID_USER_DATA
public static final GadgetException.Code INVALID_SECURITY_TOKEN
public static final GadgetException.Code EMPTY_XML_DOCUMENT
public static final GadgetException.Code MALFORMED_XML_DOCUMENT
public static final GadgetException.Code FAILED_TO_RETRIEVE_CONTENT
public static final GadgetException.Code UNSUPPORTED_FEATURE
public static final GadgetException.Code INVALID_PARAMETER
public static final GadgetException.Code MISSING_PARAMETER
public static final GadgetException.Code UNRECOGNIZED_PARAMETER
public static final GadgetException.Code MISSING_FEATURE_REGISTRY
public static final GadgetException.Code MISSING_MESSAGE_BUNDLE_CACHE
public static final GadgetException.Code MISSING_REMOTE_OBJECT_FETCHER
public static final GadgetException.Code MISSING_SPEC_CACHE
public static final GadgetException.Code MALFORMED_FOR_SAFE_INLINING
public static final GadgetException.Code CSS_PARSE_ERROR
public static final GadgetException.Code HTML_PARSE_ERROR
public static final GadgetException.Code IMAGE_PARSE_ERROR
public static final GadgetException.Code JS_PARSE_ERROR
public static final GadgetException.Code UNKNOWN_VIEW_SPECIFIED
public static final GadgetException.Code BLACKLISTED_GADGET
public static final GadgetException.Code OAUTH_STORAGE_ERROR
public static final GadgetException.Code OAUTH_APPROVAL_NEEDED
public static final GadgetException.Code REQUEST_SIGNING_FAILURE
public static GadgetException.Code[] values()
for (GadgetException.Code c : GadgetException.Code.values()) System.out.println(c);
public static GadgetException.Code 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 © 2007-2012. All Rights Reserved.