|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<NetmeraException.ErrorCode>
com.netmera.mobile.NetmeraException.ErrorCode
public static enum NetmeraException.ErrorCode
Method Summary | |
---|---|
int |
getValue()
|
static NetmeraException.ErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NetmeraException.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final NetmeraException.ErrorCode EC_INTERNAL_SERVER_ERROR
public static final NetmeraException.ErrorCode EC_IO_EXCEPTION
public static final NetmeraException.ErrorCode EC_NULL_EXCEPTION
public static final NetmeraException.ErrorCode EC_HTTP_PROTOCOL_EXCEPTION
public static final NetmeraException.ErrorCode EC_INVALID_URL
public static final NetmeraException.ErrorCode EC_INVALID_JSON
public static final NetmeraException.ErrorCode EC_INVALID_DATE_FORMAT
public static final NetmeraException.ErrorCode EC_INVALID_REQUEST
public static final NetmeraException.ErrorCode EC_INVALID_RESPONSE
public static final NetmeraException.ErrorCode EC_UNSUPPORTED_ENCODING
public static final NetmeraException.ErrorCode EC_INVALID_ACTION_TOKEN
public static final NetmeraException.ErrorCode EC_LIMIT_EXCEEDED
public static final NetmeraException.ErrorCode EC_ACCOUNT_TYPE_LIMIT
public static final NetmeraException.ErrorCode EC_REQUIRED_FIELD
public static final NetmeraException.ErrorCode EC_INVALID_DATA_TYPE
public static final NetmeraException.ErrorCode EC_INVALID_KEY
public static final NetmeraException.ErrorCode EC_INVALID_PATH
public static final NetmeraException.ErrorCode EC_INVALID_OBJECT_NAME
public static final NetmeraException.ErrorCode EC_VALUE_ZERO
public static final NetmeraException.ErrorCode EC_INVALID_EMAIL
public static final NetmeraException.ErrorCode EC_INVALID_PASSWORD
public static final NetmeraException.ErrorCode EC_ALREADY_REGISTERED_EMAIL
public static final NetmeraException.ErrorCode EC_USER_LOGIN_ERROR
public static final NetmeraException.ErrorCode EC_USER_REGISTER_ERROR
public static final NetmeraException.ErrorCode EC_USER_UPDATE_ERROR
public static final NetmeraException.ErrorCode EC_INVALID_LATITUDE
public static final NetmeraException.ErrorCode EC_INVALID_LONGITUDE
public static final NetmeraException.ErrorCode EC_FACEBOOK_INVALID_JSON
public static final NetmeraException.ErrorCode EC_FACEBOOK_INVALID_URL
public static final NetmeraException.ErrorCode EC_FACEBOOK_IO_EXCEPTION
public static final NetmeraException.ErrorCode EC_FB_ERROR
public static final NetmeraException.ErrorCode EC_FB_DIALOG_ERROR
public static final NetmeraException.ErrorCode EC_TW_ERROR
public static final NetmeraException.ErrorCode EC_PUSH_MESSAGE_EMPTY
public static final NetmeraException.ErrorCode EC_PUSH_MESSAGE_LIMIT
public static final NetmeraException.ErrorCode EC_PUSH_ERROR
public static final NetmeraException.ErrorCode EC_PUSH_DEVICE_NOT_REGISTERED
Method Detail |
---|
public static NetmeraException.ErrorCode[] values()
for (NetmeraException.ErrorCode c : NetmeraException.ErrorCode.values()) System.out.println(c);
public static NetmeraException.ErrorCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |