docs/doc/reference/com/google/android/exoplayer2/audio/AudioProcessor.UnhandledAudioFormatException.html
Package com.google.android.exoplayer2.audio
All Implemented Interfaces:SerializableEnclosing interface:AudioProcessor
public static final classAudioProcessor.UnhandledAudioFormatExceptionextends[Exception](https://developer.android.com/reference/java/lang/Exception.html "class or interface in java.lang")
Exception thrown when the given AudioProcessor.AudioFormat can not be handled.
See Also:Serialized Form
Constructors | Constructor | Description |
| --- | --- |
| UnhandledAudioFormatException(AudioProcessor.AudioFormat inputAudioFormat) | |
| UnhandledAudioFormatException(String message, AudioProcessor.AudioFormat audioFormat) | |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
public UnhandledAudioFormatException([AudioProcessor.AudioFormat](AudioProcessor.AudioFormat.html "class in com.google.android.exoplayer2.audio")inputAudioFormat)
-
public UnhandledAudioFormatException([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")message,[AudioProcessor.AudioFormat](AudioProcessor.AudioFormat.html "class in com.google.android.exoplayer2.audio")audioFormat)