SubtitleDecoderException


@UnstableApi
class SubtitleDecoderException : DecoderException


Thrown when an error occurs decoding subtitle data.

Summary

Public constructors

Public constructors

SubtitleDecoderException

SubtitleDecoderException(cause: Throwable?)
Parameters
cause: Throwable?

The cause of this exception, or null.

SubtitleDecoderException

SubtitleDecoderException(message: String!)
Parameters
message: String!

The detail message for this exception.

SubtitleDecoderException

SubtitleDecoderException(message: String!, cause: Throwable?)
Parameters
message: String!

The detail message for this exception.

cause: Throwable?

The cause of this exception, or null.