docs/doc/reference/com/google/android/exoplayer2/source/smoothstreaming/manifest/SsManifestParser.MissingFieldException.html
Package com.google.android.exoplayer2.source.smoothstreaming.manifest
All Implemented Interfaces:SerializableEnclosing class:SsManifestParser
public static classSsManifestParser.MissingFieldExceptionextends[ParserException](../../../ParserException.html "class in com.google.android.exoplayer2")
Thrown if a required field is missing. See Also:Serialized Form
-
contentIsMalformed, dataType
Constructors | Constructor | Description |
| --- | --- |
| MissingFieldException(String fieldName) | |
-
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 MissingFieldException([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")fieldName)