Class AudioSink.ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.android.exoplayer2.audio.AudioSink.ConfigurationException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- AudioSink
public static final class AudioSink.ConfigurationException extends Exception
Thrown when a failure occurs configuring the sink.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException(String message, Format format)
Creates a new configuration exception with the specifiedmessage
and no cause.ConfigurationException(Throwable cause, Format format)
Creates a new configuration exception with the specifiedcause
and no message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-