public final enum

AfexExceptionType

extends Enum<AfexExceptionType>
java.lang.Object
   ↳ java.lang.Enum<com.ardic.android.exceptions.AfexExceptionType>
     ↳ com.ardic.android.exceptions.AfexExceptionType

Summary

Enum Values
AfexExceptionType  NA  Afex API is not available exception  
AfexExceptionType  REMOTE  Afex API remote service exception  
AfexExceptionType  SIGNATURE  Caller signature is inconsistent for the api  
AfexExceptionType  UNKNOWN  Unknown exception  
Public Methods
static AfexExceptionType toEnum(String exceptionType)
String toString()
static AfexExceptionType valueOf(String name)
final static AfexExceptionType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AfexExceptionType NA

Added in API level 1

Afex API is not available exception

public static final AfexExceptionType REMOTE

Added in API level 1

Afex API remote service exception

public static final AfexExceptionType SIGNATURE

Added in API level 1

Caller signature is inconsistent for the api

public static final AfexExceptionType UNKNOWN

Added in API level 1

Unknown exception

Public Methods

public static AfexExceptionType toEnum (String exceptionType)

Added in API level 1

Parameters
exceptionType String
Returns
AfexExceptionType

public String toString ()

Returns
String

public static AfexExceptionType valueOf (String name)

Added in API level 1

Parameters
name String
Returns
AfexExceptionType

public static final AfexExceptionType[] values ()

Added in API level 1