docs/doc/reference/com/google/android/exoplayer2/source/UnrecognizedInputFormatException.html
Package com.google.android.exoplayer2.source
All Implemented Interfaces:Serializable
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public classUnrecognizedInputFormatExceptionextends[ParserException](../ParserException.html "class in com.google.android.exoplayer2")
Deprecated. com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
Thrown if the input format was not recognized. See Also:Serialized Form
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| Uri | uri |
Deprecated.
The Uri from which the unrecognized data was read.
|
-
contentIsMalformed, dataType
Constructors | Constructor | Description |
| --- | --- |
| UnrecognizedInputFormatException(String message, Uri uri) |
Deprecated.
|
-
createForMalformedContainer, createForMalformedDataOfUnknownType, createForMalformedManifest, createForManifestWithUnsupportedFeature, createForUnsupportedContainerFeature, getMessage
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
public final[Uri](https://developer.android.com/reference/android/net/Uri.html "class or interface in android.net")uri
Deprecated.
The Uri from which the unrecognized data was read.
-
public UnrecognizedInputFormatException([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")message,[Uri](https://developer.android.com/reference/android/net/Uri.html "class or interface in android.net")uri)
Deprecated.
Parameters:message - The detail message for the exception.uri - The Uri from which the unrecognized data was read.