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!)

Public constructors

GLException

Added in API level 1
GLException(error: Int)

GLException

Added in API level 1
GLException(
    error: Int,
    string: String!)