SyntaxException

open class SyntaxException(message: String, position: Section) : RuntimeException

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
common
fun SyntaxException(message: String, position: Section)
The detailed message.

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
message
Link copied to clipboard
common
open val message: String?
position
Link copied to clipboard
common
val position: Section
The section where it happened.