PrecompilerNotice
open class PrecompilerNotice(val diagnostics: DiagnosticsSuite, val severity: Severity, message: String? = null, cause: Throwable? = null, val fatal: Boolean = false) : PrecompilerException
Exception which is thrown when a precompiler yields diagnostics; may be non-fatal.
Inheritors
Constructors
Link copied to clipboard
constructor(diagnostics: DiagnosticsSuite, severity: Severity, message: String? = null, cause: Throwable? = null, fatal: Boolean = false)