ImageDecoderException


@UnstableApi
public final class ImageDecoderException extends DecoderException


Thrown when an error occurs decoding image data.

Summary

Public constructors

Creates an instance.

Creates an instance.

Creates an instance.

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

ImageDecoderException

public ImageDecoderException(@Nullable Throwable cause)

Creates an instance.

Parameters
@Nullable Throwable cause

The cause of this exception, or null.

ImageDecoderException

public ImageDecoderException(String message)

Creates an instance.

Parameters
String message

The detail message for this exception.

ImageDecoderException

public ImageDecoderException(String message, @Nullable Throwable cause)

Creates an instance.

Parameters
String message

The detail message for this exception.

@Nullable Throwable cause

The cause of this exception, or null.