public abstract class AudioDecoderException extends Exception
| Constructor and Description |
|---|
AudioDecoderException(String detailMessage) |
AudioDecoderException(String detailMessage,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AudioDecoderException(String detailMessage)
detailMessage - The detail message for this exception.public AudioDecoderException(String detailMessage, Throwable cause)
detailMessage - The detail message for this exception.cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)