Class SubtitleDecoderException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class SubtitleDecoderException
    extends DecoderException
    Deprecated.
    com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
    Thrown when an error occurs decoding subtitle data.
    See Also:
    Serialized Form
    • Constructor Detail

      • SubtitleDecoderException

        public SubtitleDecoderException​(String message)
        Deprecated.
        Parameters:
        message - The detail message for this exception.
      • SubtitleDecoderException

        public SubtitleDecoderException​(@Nullable
                                        Throwable cause)
        Deprecated.
        Parameters:
        cause - The cause of this exception, or null.
      • SubtitleDecoderException

        public SubtitleDecoderException​(String message,
                                        @Nullable
                                        Throwable cause)
        Deprecated.
        Parameters:
        message - The detail message for this exception.
        cause - The cause of this exception, or null.