SubtitleDecoderException
Artifact: androidx.media3:media3-extractor
@UnstableApi
public class SubtitleDecoderException extends DecoderException
| java.lang.Object | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | androidx.media3.decoder.DecoderException | |||
| ↳ | androidx.media3.extractor.text.SubtitleDecoderException |
Thrown when an error occurs decoding subtitle data.
Summary
Public constructors |
|---|
SubtitleDecoderException(String message) |
SubtitleDecoderException(String message, @Nullable Throwable cause) |
Inherited methods |
|---|
Public constructors
SubtitleDecoderException
public SubtitleDecoderException(String message)
| Parameters | |
|---|---|
String message |
The detail message for this exception. |