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