DecoderException


@UnstableApi
class DecoderException : Exception

Known direct subclasses
ImageDecoderException

Thrown when an error occurs decoding image data.

MediaCodecDecoderException

Thrown when a failure occurs in a MediaCodec decoder.

SubtitleDecoderException

Thrown when an error occurs decoding subtitle data.

Known indirect subclasses
MediaCodecVideoDecoderException

Thrown when a failure occurs in a MediaCodec video decoder.


Thrown when a Decoder error occurs.

Summary

Public constructors

Creates an instance.

Creates an instance.

DecoderException(message: String!, cause: Throwable?)

Creates an instance.

Public constructors

DecoderException

DecoderException(cause: Throwable?)

Creates an instance.

Parameters
cause: Throwable?

The cause of this exception, or null.

DecoderException

DecoderException(message: String!)

Creates an instance.

Parameters
message: String!

The detail message for this exception.

DecoderException

DecoderException(message: String!, cause: Throwable?)

Creates an instance.

Parameters
message: String!

The detail message for this exception.

cause: Throwable?

The cause of this exception, or null.