docs/doc/reference/com/google/android/exoplayer2/util/GlUtil.GlException.html
Package com.google.android.exoplayer2.util
All Implemented Interfaces:SerializableEnclosing class:GlUtil
public static final classGlUtil.GlExceptionextends[Exception](https://developer.android.com/reference/java/lang/Exception.html "class or interface in java.lang")
Thrown when an OpenGL error occurs. See Also:Serialized Form
Constructors | Constructor | Description |
| --- | --- |
| GlException(String message) |
Creates an instance with the specified error message.
|
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
public GlException([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")message)
Creates an instance with the specified error message.