public final class

GlUtil.GlException

extends java.lang.RuntimeException

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳java.lang.RuntimeException

↳androidx.media3.common.util.GlUtil.GlException

Overview

Thrown when an OpenGL error occurs and GlUtil.glAssertionsEnabled is true.

Summary

Constructors
publicGlException(java.lang.String message)

Creates an instance with the specified error message.

Methods
from java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

public GlException(java.lang.String message)

Creates an instance with the specified error message.