OpenGLException

constructor(message: String)

Constructs a new Open GL Exception with the given message.

Parameters

message

the error message.

See also


constructor(message: String, errorCode: Int)

Constructs a new Open GL Exception with the given message and error code.

Parameters

message

the error message.

errorCode

the Open GL error code returned by eglGetError method.