public class

SsManifestParser.MissingFieldException

extends ParserException

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳java.io.IOException

androidx.media3.common.ParserException

↳androidx.media3.exoplayer.smoothstreaming.manifest.SsManifestParser.MissingFieldException

Overview

Thrown if a required field is missing.

Summary

Fields
from ParserExceptioncontentIsMalformed, dataType
Constructors
publicMissingFieldException(java.lang.String fieldName)

Methods
from ParserExceptioncreateForMalformedContainer, createForMalformedDataOfUnknownType, createForMalformedManifest, createForManifestWithUnsupportedFeature, createForUnsupportedContainerFeature
from java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

public MissingFieldException(java.lang.String fieldName)