Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCode() |
|
static Errors |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Errors[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Errors DBCONECTION_CONNECTION_NOTCONNECTED
public static final Errors DBCONECTION_CLIENT_NOTBUILD
public static final Errors DBCONECTION_RESPONSE_ISNULL
public static final Errors DBCONECTION_REFUSED
public static final Errors DBELASTIC_ADD_ATRIBUTE
public static final Errors POSTGRESQL_SAVE_ERROR
public static final Errors FILE_NOTFOUND
public static final Errors FILE_FORMATEXCEPTION
public static final Errors FILE_ISEMPTY
public static final Errors FILE_OTHER
public static final Errors HTTP_NOCONTENT
public static final Errors HTTP_BADREQUEST
public static final Errors HTTP_UNAUTHORIZED
public static final Errors HTTP_FORBIDDEN
public static final Errors HTTP_NOTFOUND
public static final Errors HTTP_REQUESTTIMEOUT
public static final Errors HTTP_NOTACCEPTABLE
public static final Errors HTTP_METHODNOTALLOWED
public static final Errors HTTP_CONFLICT
public static final Errors HTTP_URITOOLONG
public static final Errors HTTP_UNSUPORTEDTYPE
public static final Errors HTTP_EXPECTATIONFAILED
public static final Errors HTTP_INTERVALSERVERERROR
public static final Errors HTTP_NOTIMPLEMENTED
public static final Errors HTTP_GATEWAYTIMEOUT
public static final Errors HTTP_VERSIONNOTSUPORTED
public static final Errors LOGIN_WRONG_PASSWORD
public static final Errors LOGIN_WRONG_USERNAME
public static final Errors MAIN_CLASSNOTFOUND
public static final Errors MAIN_METHODNOTFOUND
public static final Errors MEMORY_OUTOFMEMORY
public static final Errors MEMORY_STACKOVERFLOW
public static final Errors SERVER_NOTRESPONDING
public static final Errors SERVER_CONNECTIONLOSS
public static final Errors SYSTEM_TIMEOUT
public static final Errors SYSTEM_ERROR
public static final Errors VARIABLE_WRONG_ASSIGN
public static final Errors VARIABLE_WRONG_PARAMETER
public static final Errors VARIABLE_TYPEMISMATCH
public static final Errors VARIABLE_INCONVERTIBLETYPE
public static final Errors VARIABLE_NULLPOINTEREXCEPTION
public static final Errors VARIABLE_INDEXOUTOFRANGE
public static final Errors VARIABLE_FORMATEXCEPTION
public static final Errors TOKEN_NOT_FOUND
public static Errors[] values()
for (Errors c : Errors.values()) System.out.println(c);
public static Errors 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getCode()