Stay organized with collections
Save and categorize content based on your preferences.
ParserConfigurationException
open class ParserConfigurationException : Exception
Indicates a serious configuration error.
Summary
Public constructors |
Create a new ParserConfigurationException with no detail message.
|
Create a new ParserConfigurationException with the String specified as an error message.
|
Public constructors
ParserConfigurationException
ParserConfigurationException()
Create a new ParserConfigurationException
with no detail message.
ParserConfigurationException
ParserConfigurationException(msg: String!)
Create a new ParserConfigurationException
with the String
specified as an error message.
Parameters |
msg |
String!: The error message for the exception. |
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# ParserConfigurationException\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nParserConfigurationException\n============================\n\n```\nopen class ParserConfigurationException : Exception\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| | | ↳ | [javax.xml.parsers.ParserConfigurationException](#) |\n\nIndicates a serious configuration error.\n\nSummary\n-------\n\n| Public constructors ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [ParserConfigurationException](#ParserConfigurationException())`()` Create a new `ParserConfigurationException` with no detail message. |\n| [ParserConfigurationException](#ParserConfigurationException(kotlin.String))`(`msg:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`)` Create a new `ParserConfigurationException` with the `String` specified as an error message. |\n\nPublic constructors\n-------------------\n\n### ParserConfigurationException\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nParserConfigurationException()\n```\n\nCreate a new `ParserConfigurationException` with no detail message. \n\n### ParserConfigurationException\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nParserConfigurationException(msg: String!)\n```\n\nCreate a new `ParserConfigurationException` with the `String` specified as an error message.\n\n| Parameters ||\n|-------|-------------------------------------------------------------------------------------------------------------------------|\n| `msg` | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!: The error message for the exception. |"]]