Back to Exoplayer

AssetDataSource.AssetDataSourceException (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/upstream/AssetDataSource.AssetDataSourceException.html

latest4.1 KB
Original Source

Package com.google.android.exoplayer2.upstream

Class AssetDataSource.AssetDataSourceException


public static final classAssetDataSource.AssetDataSourceExceptionextends[DataSourceException](DataSourceException.html "class in com.google.android.exoplayer2.upstream")

Thrown when an IOException is encountered reading a local asset. See Also:Serialized Form

Field Summary

- 

Fields inherited from class com.google.android.exoplayer2.upstream.DataSourceException

POSITION_OUT_OF_RANGE, reason

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | AssetDataSourceException​(IOException cause) | Deprecated. Use AssetDataSourceException(Throwable, int).

| | AssetDataSourceException​(Throwable cause, @com.google.android.exoplayer2.PlaybackException.ErrorCode int errorCode) | Creates a new instance. |

Method Summary

- 

Methods inherited from class com.google.android.exoplayer2.upstream.DataSourceException

isCausedByPositionOutOfRange

- 

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

- 

AssetDataSourceException

[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public AssetDataSourceException​([IOException](https://developer.android.com/reference/java/io/IOException.html "class or interface in java.io")cause)

Deprecated. Use AssetDataSourceException(Throwable, int).

- 

AssetDataSourceException

public AssetDataSourceException​(@Nullable[Throwable](https://developer.android.com/reference/java/lang/Throwable.html "class or interface in java.lang")cause,[@ErrorCode](../PlaybackException.ErrorCode.html "annotation in com.google.android.exoplayer2")@com.google.android.exoplayer2.PlaybackException.ErrorCode int errorCode)

Creates a new instance. Parameters:cause - The error cause.errorCode - See PlaybackException.ErrorCode.