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