Serializable
FfmpegDecoderException
, FlacDecoderException
, Gav1DecoderException
, MediaCodecDecoderException
, OpusDecoderException
, SubtitleDecoderException
, VpxDecoderException
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DecoderException(String message)
message
- The detail message for this exception.public DecoderException(@Nullable Throwable cause)
cause
- The cause of this exception, or null
.