makth
Toggle table of contents
1.3.2
common
Platform filter
common
Switch theme
Search in API
makth
core
/
dev.makth.lexers
/
AlgorithmLexer
/
UnknownKeywordException
Unknown
Keyword
Exception
open
class
UnknownKeywordException
(
val
keyword
:
String
)
:
AlgorithmLexer.SyntaxException
Exception thrown when an unknown keyword is found
Parameters
keyword
Unknown keyword
Members
Constructors
Unknown
Keyword
Exception
Link copied to clipboard
constructor
(
keyword
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
keyword
Link copied to clipboard
val
keyword
:
String
message
Link copied to clipboard
open
val
message
:
String
?