PreloadException
Artifact: androidx.media3:media3-exoplayer
@UnstableApi
public final class PreloadException extends Exception
| java.lang.Object | |||
| ↳ | kotlin.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | androidx.media3.exoplayer.source.preload.PreloadException |
Thrown when a non-recoverable preload failure occurs.
Summary
Public constructors |
|---|
|
Creates an instance. |
Public methods |
|
|---|---|
boolean |
errorInfoEquals(@Nullable PreloadException other)Returns whether the error data associated to this exception equals the error data associated to |
Inherited methods |
|---|
Public fields
Public constructors
Public methods
errorInfoEquals
public boolean errorInfoEquals(@Nullable PreloadException other)
Returns whether the error data associated to this exception equals the error data associated to other.
Note that this method does not compare the exceptions' stack traces.