makth
Toggle table of contents
1.3.2
common
Platform filter
common
Switch theme
Search in API
makth
core
/
dev.makth.lexers
/
AlgorithmLexer
/
SyntaxException
Syntax
Exception
open
class
SyntaxException
(
message
:
String
)
:
Exception
Base class for all syntax errors
Parameters
message
Error message
Inheritors
UnknownKeywordException
UnexpectedKeywordException
UnexpectedBraceException
UnexpectedSlashException
IncorrectArgumentCountException
IncorrectArgumentTypeException
NoValueFoundException
UnknownOperatorException
Members
Constructors
Syntax
Exception
Link copied to clipboard
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?