XmlParsingException

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

Constructors

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

Properties

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

Message for this exception that does not include location information.

Functions

Link copied to clipboard
fun addErrorContext(errContext: String)
Link copied to clipboard
Link copied to clipboard