Added in API level 1
GLException
open class GLException : RuntimeException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | android.opengl.GLException |
An exception class for OpenGL errors.
Summary
Public constructors | |
---|---|
GLException(error: Int) |
|
GLException(error: Int, string: String!) |