Syntax Exception
open class SyntaxException(message: String, position: Section) : RuntimeException
Content copied to clipboard
Indicates that a syntax exception happened.
Author
An Tran
Parameters
message
The detailed message.
position
The section where it happened.
Constructors
SyntaxException
Link copied to clipboard
The detailed message.