Added in API level 1
XmlPullParserException
open class XmlPullParserException : Exception
kotlin.Any | |||
↳ | kotlin.Throwable | ||
↳ | java.lang.Exception | ||
↳ | org.xmlpull.v1.XmlPullParserException |
This exception is thrown to signal XML Pull Parser related faults.
Summary
Public constructors | |
---|---|
XmlPullParserException(msg: String!, parser: XmlPullParser!, chain: Throwable!) |
Public methods | |
---|---|
open Int | |
open Throwable! | |
open Int | |
open Unit |
Properties | |
---|---|
Int | |
Throwable! | |
Int |
Public constructors
XmlPullParserException
Added in API level 1
XmlPullParserException(
msg: String!,
parser: XmlPullParser!,
chain: Throwable!)