ParserError

constructor(name: String, details: String, start: Position, end: Position)(source)

Constructor for ParserError

Since

0.1.0

Parameters

name

the name of the ParserError

details

the details of the ParserError

start

the start position of the ParserError

end

the end position of the ParserError


constructor(details: String, start: Position, end: Position)(source)
constructor(details: String, start: Int, end: Int)(source)

Constructor for ParserError

Since

0.1.0

Parameters

details

the details of the ParserError

start

the start position of the ParserError

end

the end position of the ParserError


constructor(error: String)(source)

Constructor for ParserError

Since

0.1.0

Parameters

error

the error message


constructor(message: String, name: String, details: String, start: Position, end: Position)(source)