XmlException

open class XmlException : IOException(source)

Simple exception for xml related things. Created by pdvrieze on 15/11/15.

Constructors

Link copied to clipboard
constructor()
constructor(message: String)
constructor(message: String, cause: Throwable)
constructor(cause: Throwable)
constructor(message: String, reader: XmlReader, cause: Throwable)
constructor(message: String, reader: XmlReader)

Properties

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