SyntaxException

open class SyntaxException(message: String, section: Section?) : RuntimeException, Sectional

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
common
fun SyntaxException(message: String, section: Section? = null)

Functions

span
Link copied to clipboard
common
open fun span(other: Sectional): Section?

Creates a section which spans across this and another section.

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
message
Link copied to clipboard
common
open val message: String?
section
Link copied to clipboard
common
open override val section: Section? = null