public class

MethodNotSupportedException

extends AndEngineRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.andengine.util.exception.AndEngineRuntimeException
           ↳ org.andengine.util.exception.MethodNotSupportedException

Class Overview

(c) Zynga 2011

Summary

[Expand]
Inherited Constants
From class org.andengine.util.exception.AndEngineRuntimeException
Public Constructors
MethodNotSupportedException()
MethodNotSupportedException(String pMessage)
MethodNotSupportedException(Throwable pThrowable)
MethodNotSupportedException(String pMessage, Throwable pThrowable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MethodNotSupportedException ()

public MethodNotSupportedException (String pMessage)

public MethodNotSupportedException (Throwable pThrowable)

public MethodNotSupportedException (String pMessage, Throwable pThrowable)