SubtitleDecoderException


@UnstableApi
public class SubtitleDecoderException extends DecoderException


Thrown when an error occurs decoding subtitle data.

Summary

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

SubtitleDecoderException

public SubtitleDecoderException(@Nullable Throwable cause)
Parameters
@Nullable Throwable cause

The cause of this exception, or null.

SubtitleDecoderException

public SubtitleDecoderException(String message)
Parameters
String message

The detail message for this exception.

SubtitleDecoderException

public SubtitleDecoderException(String message, @Nullable Throwable cause)
Parameters
String message

The detail message for this exception.

@Nullable Throwable cause

The cause of this exception, or null.