Class UnrecognizedInputFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.google.android.exoplayer2.ParserException
-
- com.google.android.exoplayer2.source.UnrecognizedInputFormatException
-
- All Implemented Interfaces:
Serializable
public class UnrecognizedInputFormatException extends ParserException
Thrown if the input format was not recognized.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Uri
uri
TheUri
from which the unrecognized data was read.-
Fields inherited from class com.google.android.exoplayer2.ParserException
contentIsMalformed, dataType
-
-
Constructor Summary
Constructors Constructor Description UnrecognizedInputFormatException(String message, Uri uri)
-
Method Summary
-
Methods inherited from class com.google.android.exoplayer2.ParserException
createForMalformedContainer, createForMalformedDataOfUnknownType, createForMalformedManifest, createForManifestWithUnsupportedFeature, createForUnsupportedContainerFeature
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-