SerializableFfmpegDecoderException, FlacDecoderException, Gav1DecoderException, MediaCodecDecoderException, OpusDecoderException, SubtitleDecoderException, VpxDecoderExceptionpublic class DecoderException extends Exception
Decoder error occurs.| Constructor | Description |
|---|---|
DecoderException(String message) |
Creates an instance.
|
DecoderException(String message,
Throwable cause) |
Creates an instance.
|
DecoderException(Throwable cause) |
Creates an instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecoderException(String message)
message - The detail message for this exception.public DecoderException(@Nullable
Throwable cause)
cause - The cause of this exception, or null.