com.neovisionaries.android.opengl
Class GLESException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.neovisionaries.android.opengl.GLESException
- All Implemented Interfaces:
- Serializable
public class GLESException
- extends Exception
OpenGL ES exception.
- Author:
- Takahiko Kawasaki
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GLESException
public GLESException()
GLESException
public GLESException(String message,
Throwable cause)
GLESException
public GLESException(String message)
GLESException
public GLESException(Throwable cause)