XmlParsingException

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

Constructors

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

Properties

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