XmlException

open class XmlException : IOException(source)

Simple exception for xml related things.

Author

Created by pdvrieze on 15/11/15.

Constructors

Link copied to clipboard
constructor(locationInfo: XmlReader.LocationInfo? = null)
constructor(message: String, locationInfo: XmlReader.LocationInfo? = null)
constructor(message: String, cause: Throwable)
constructor(message: String, locationInfo: XmlReader.LocationInfo?, cause: Throwable)
constructor(cause: Throwable)
constructor(locationInfo: XmlReader.LocationInfo?, 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
Link copied to clipboard
open val message: String?