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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val fatal: Boolean = false
Link copied to clipboard
open val message: String?
Link copied to clipboard
open val severity: Severity