Stay organized with collections
Save and categorize content based on your preferences.
ParsingException
class ParsingException : IOException
Thrown when an error occurs while parsing a media stream.
Summary
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# MediaParser.ParsingException\n\nAdded in [API level 30](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nParsingException\n================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/media/MediaParser.ParsingException \"View this page in Java\") \n\n```\nclass ParsingException : IOException\n```\n\n|---|---|---|---|-------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||||\n| ↳ | [kotlin.Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) ||||\n| | ↳ | [java.lang.Exception](../../java/lang/Exception.html#) |||\n| | | ↳ | [java.io.IOException](../../java/io/IOException.html#) ||\n| | | | ↳ | [android.media.MediaParser.ParsingException](#) |\n\nThrown when an error occurs while parsing a media stream.\n\nSummary\n-------"]]