Back to Exoplayer

GlUtil.GlException (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/util/GlUtil.GlException.html

latest2.0 KB
Original Source

Package com.google.android.exoplayer2.util

Class GlUtil.GlException


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

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | GlException​(String message) | Creates an instance with the specified error message. |

Method Summary

- 

Methods inherited from class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

- 

GlException

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.