XmlException

class XmlException(message: String? = "XML error", innerException: Exception? = null, val lineNumber: Int = 0, val linePosition: Int = 0) : Exception

Constructors

Link copied to clipboard
constructor(message: String? = "XML error", innerException: Exception? = null, lineNumber: Int = 0, linePosition: Int = 0)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val lineNumber: Int = 0
Link copied to clipboard
val linePosition: Int = 0
Link copied to clipboard
open val message: String?