EGLException
public final class EGLException extends RuntimeException
| java.lang.Object | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | androidx.graphics.opengl.egl.EGLException |
Exception class for reporting errors with EGL
Summary
Public constructors |
|---|
EGLException(int error, @NonNull String msg) |
Public methods |
|
|---|---|
final int |
getError()Error code reported via eglGetError |
@NonNull String |
|
final @NonNull String |
getMsg()Optional message describing the exception being thrown |
Inherited methods |
|---|