Class FileDataSource.FileDataSourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.google.android.exoplayer2.upstream.DataSourceException
-
- com.google.android.exoplayer2.upstream.FileDataSource.FileDataSourceException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FileDataSource
public static class FileDataSource.FileDataSourceException extends DataSourceException
Thrown when aFileDataSource
encounters an error reading a file.- 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 FileDataSourceException(Exception cause)
Deprecated.FileDataSourceException(String message, IOException cause)
Deprecated.FileDataSourceException(String message, Throwable cause, @com.google.android.exoplayer2.PlaybackException.ErrorCode int errorCode)
Creates aFileDataSourceException
.FileDataSourceException(Throwable cause, @com.google.android.exoplayer2.PlaybackException.ErrorCode int errorCode)
Creates aFileDataSourceException
.
-
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
-
-
-
-
Constructor Detail
-
FileDataSourceException
@Deprecated public FileDataSourceException(Exception cause)
Deprecated.
-
FileDataSourceException
@Deprecated public FileDataSourceException(String message, IOException cause)
Deprecated.
-
FileDataSourceException
public FileDataSourceException(Throwable cause, @ErrorCode @com.google.android.exoplayer2.PlaybackException.ErrorCode int errorCode)
Creates aFileDataSourceException
.
-
FileDataSourceException
public FileDataSourceException(@Nullable String message, @Nullable Throwable cause, @ErrorCode @com.google.android.exoplayer2.PlaybackException.ErrorCode int errorCode)
Creates aFileDataSourceException
.
-
-