Added in API level 1
    ParserConfigurationException
open class ParserConfigurationException : Exception
| kotlin.Any | |||
| ↳ | kotlin.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | javax.xml.parsers.ParserConfigurationException | ||
Indicates a serious configuration error.
Summary
| Public constructors | |
|---|---|
| 
            
             Create a new   | 
        |
| 
            
             Create a new   | 
        |
Public constructors
ParserConfigurationException
Added in API level 1
      ParserConfigurationException()
Create a new ParserConfigurationException with no detail message.
ParserConfigurationException
Added in API level 1
      ParserConfigurationException(msg: String!)
Create a new ParserConfigurationException with the String specified as an error message.
| Parameters | |
|---|---|
msg | 
            String!: The error message for the exception. |