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