Back to Exoplayer

SsManifestParser.MissingFieldException (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/source/smoothstreaming/manifest/SsManifestParser.MissingFieldException.html

latest2.9 KB
Original Source

Package com.google.android.exoplayer2.source.smoothstreaming.manifest

Class SsManifestParser.MissingFieldException


public static classSsManifestParser.MissingFieldExceptionextends[ParserException](../../../ParserException.html "class in com.google.android.exoplayer2")

Thrown if a required field is missing. See Also:Serialized Form

Field Summary

- 

Fields inherited from class com.google.android.exoplayer2.ParserException

contentIsMalformed, dataType

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | MissingFieldException​(String fieldName) | |

Method Summary

- 

Methods inherited from class com.google.android.exoplayer2.ParserException

createForMalformedContainer, createForMalformedDataOfUnknownType, createForMalformedManifest, createForManifestWithUnsupportedFeature, createForUnsupportedContainerFeature, getMessage

- 

Methods inherited from class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

- 

MissingFieldException

public MissingFieldException​([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")fieldName)