Class SsManifestParser.MissingFieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.google.android.exoplayer2.ParserException
-
- com.google.android.exoplayer2.source.smoothstreaming.manifest.SsManifestParser.MissingFieldException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SsManifestParser
public static class SsManifestParser.MissingFieldException extends ParserException
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
-
-
-
-
Constructor Detail
-
MissingFieldException
public MissingFieldException(String fieldName)
-
-