Class UnrecognizedInputFormatException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class UnrecognizedInputFormatException
    extends ParserException
    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
    • Field Detail

      • uri

        public final Uri uri
        Deprecated.
        The Uri from which the unrecognized data was read.
    • Constructor Detail

      • UnrecognizedInputFormatException

        public UnrecognizedInputFormatException​(String message,
                                                Uri uri)
        Deprecated.
        Parameters:
        message - The detail message for the exception.
        uri - The Uri from which the unrecognized data was read.