Package com.google.android.exoplayer2
Class IllegalSeekPositionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.google.android.exoplayer2.IllegalSeekPositionException
-
- All Implemented Interfaces:
Serializable
public final class IllegalSeekPositionException extends IllegalStateException
Thrown when an attempt is made to seek to a position that does not exist in the player'sTimeline.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description longpositionMsThe seek position in the specified window.TimelinetimelineTheTimelinein which the seek was attempted.intwindowIndexThe index of the window being seeked to.
-
Constructor Summary
Constructors Constructor Description IllegalSeekPositionException(Timeline timeline, int windowIndex, long positionMs)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-