public static final enum

DeviceNotSupportedException.DeviceNotSupportedCause

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.andengine.util.exception.DeviceNotSupportedException.DeviceNotSupportedCause

Summary

Enum Values
DeviceNotSupportedException.DeviceNotSupportedCause  CODEPATH_INCOMPLETE   
DeviceNotSupportedException.DeviceNotSupportedCause  EGLCONFIG_NOT_FOUND   
Public Methods
static DeviceNotSupportedException.DeviceNotSupportedCause valueOf(String name)
final static DeviceNotSupportedCause[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DeviceNotSupportedException.DeviceNotSupportedCause CODEPATH_INCOMPLETE

public static final DeviceNotSupportedException.DeviceNotSupportedCause EGLCONFIG_NOT_FOUND

Public Methods

public static final DeviceNotSupportedCause[] values ()