OpenGLException
Constructs a new Open GL Exception with the given message.
Parameters
message
the error message.
See also
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.