XmlParsingException

class XmlParsingException(extLocationInfo: XmlReader.LocationInfo?, message: String, cause: Exception? = null) : XmlSerialException(source)

Constructors

Link copied to clipboard
constructor(extLocationInfo: XmlReader.LocationInfo?, message: String, cause: Exception? = null)
constructor(locationInfo: String?, message: String, cause: Exception? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
expect open val message: String?