public class

DeviceNotSupportedException

extends AndEngineException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.andengine.util.exception.AndEngineException
         ↳ org.andengine.util.exception.DeviceNotSupportedException

Class Overview

(c) Zynga 2012

Summary

Nested Classes
enum DeviceNotSupportedException.DeviceNotSupportedCause  
Public Constructors
DeviceNotSupportedException(DeviceNotSupportedException.DeviceNotSupportedCause pDeviceNotSupportedCause)
DeviceNotSupportedException(DeviceNotSupportedException.DeviceNotSupportedCause pDeviceNotSupportedCause, Throwable pThrowable)
Public Methods
DeviceNotSupportedException.DeviceNotSupportedCause getDeviceNotSupportedCause()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DeviceNotSupportedException (DeviceNotSupportedException.DeviceNotSupportedCause pDeviceNotSupportedCause)

public DeviceNotSupportedException (DeviceNotSupportedException.DeviceNotSupportedCause pDeviceNotSupportedCause, Throwable pThrowable)

Public Methods

public DeviceNotSupportedException.DeviceNotSupportedCause getDeviceNotSupportedCause ()