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

Public constructors

EGLException

Added in 1.0.4
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.4
val error: Int

Error code reported via eglGetError

message

open val message: String

msg

Added in 1.0.4
val msg: String

Optional message describing the exception being thrown