PrecompilerError

Exception which is thrown when a precompiler suffers a critical error.

Constructors

Link copied to clipboard
constructor(message: String)
constructor(message: String, cause: Throwable?)

Properties

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