PrecompilerNoticeWithOutput

class PrecompilerNoticeWithOutput(val diagnostics: DiagnosticsSuite, val output: Any, val severity: Severity, message: String? = null, cause: Throwable? = null, val fatal: Boolean = false) : PrecompilerNotice

Exception which is thrown when a precompiler yields diagnostics and produces output.

Constructors

Link copied to clipboard
constructor(diagnostics: DiagnosticsSuite, output: Any, 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
val output: Any
Link copied to clipboard
open val severity: Severity