GlUtil.GlException
Artifact: androidx.media3:media3-common
public final class GlUtil.GlException extends Exception
| java.lang.Object | |||
| ↳ | kotlin.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | androidx.media3.common.util.GlUtil.GlException |
Thrown when an OpenGL error occurs.
Summary
Public fields |
|
|---|---|
final ImmutableList<Integer> |
The OpenGL error codes if present, empty if the error is not from the OpenGL engine. |
Public constructors |
|---|
GlException(String message)Creates an instance with the specified error message. |
GlException(String message, List<Integer> errorCodes)Creates an instance with the specified error message and error codes. |
Inherited methods |
|---|
Public fields
errorCodes
public final ImmutableList<Integer> errorCodes
The OpenGL error codes if present, empty if the error is not from the OpenGL engine.
Public constructors
GlException
public GlException(String message)
Creates an instance with the specified error message.
GlException
public GlException(String message, List<Integer> errorCodes)
Creates an instance with the specified error message and error codes.