com.neovisionaries.android.opengl
Class GLESException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.neovisionaries.android.opengl.GLESException
All Implemented Interfaces:
Serializable

public class GLESException
extends Exception

OpenGL ES exception.

Author:
Takahiko Kawasaki
See Also:
Serialized Form

Constructor Summary
GLESException()
           
GLESException(String message)
           
GLESException(String message, Throwable cause)
           
GLESException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GLESException

public GLESException()

GLESException

public GLESException(String message,
                     Throwable cause)

GLESException

public GLESException(String message)

GLESException

public GLESException(Throwable cause)