Report

open class Report(val severity: Verbosity, val message: String)(source)

Constructors

Link copied to clipboard
constructor(severity: Verbosity, message: String, location: Location)
constructor(severity: Verbosity, message: String, location: Location, inputLocation: Location)
constructor(severity: Verbosity, message: String, location: Location, cause: Throwable)
constructor(severity: Verbosity, message: String, location: Location, inputLocation: Location, cause: Throwable)
constructor(severity: Verbosity, message: String, cause: Throwable)
constructor(severity: Verbosity, stepConfig: StepConfiguration, message: Message)
constructor(severity: Verbosity, stepConfig: StepConfiguration, error: XmlProcessingError)
constructor(severity: Verbosity, message: String)

Properties

Link copied to clipboard
Link copied to clipboard
val extraDetail: Map<QName, String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String