EGLException


class EGLException : RuntimeException


Exception class for reporting errors with EGL

Summary

Public constructors

EGLException(error: Int, msg: String)

Public properties

Int

Error code reported via eglGetError

open String
String

Optional message describing the exception being thrown

Inherited properties

From kotlin.Throwable

Public constructors

EGLException

Added in 1.0.0-rc01
EGLException(error: Int, msg: String = "")
Parameters
error: Int

Error code reported via eglGetError

msg: String = ""

Optional message describing the exception being thrown

Public properties

error

Added in 1.0.0-rc01
val errorInt

Error code reported via eglGetError

message

open val messageString

msg

Added in 1.0.0-rc01
val msgString

Optional message describing the exception being thrown