Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
engine
/
elide.runtime.precompiler
/
PrecompilerError
Precompiler
Error
class
PrecompilerError
(
message
:
String
,
cause
:
Throwable
?
)
:
PrecompilerException
Exception which is thrown when a precompiler suffers a critical error.
Members
Constructors
Precompiler
Error
Link copied to clipboard
constructor
(
message
:
String
)
constructor
(
message
:
String
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
fatal
Link copied to clipboard
open
override
val
fatal
:
Boolean
message
Link copied to clipboard
open
val
message
:
String
?
severity
Link copied to clipboard
open
val
severity
:
Severity