toggle menu
metis-lang
jvm
switch theme
search in API
metis-lang
/
io.github.seggan.metis.runtime.chunk
/
ErrorHandler
Error
Handler
data
class
ErrorHandler
(
val
errorName
:
String
,
val
label
:
Insn.Label
)
An error handler.
Members
Constructors
Error
Handler
Link copied to clipboard
constructor
(
errorName
:
String
,
label
:
Insn.Label
)
Properties
error
Name
Link copied to clipboard
val
errorName
:
String
The name of the error.
label
Link copied to clipboard
val
label
:
Insn.Label
The label to jump to.