public final class

GlUtil.GlException

extends java.lang.Exception

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

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

Overview

Thrown when an OpenGL error occurs.

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.