class Ven::Suite::ReadError
- Ven::Suite::ReadError
- Ven::Suite::VenError
- Exception
- Reference
- Object
Overview
The exception that is raised when the reader is given malformed or illegal input, or when the lexical analyzer receives invalid input.
Defined in:
ven/suite/error.crConstructors
-
.new(lexeme : Nil | String, line : Int32, file : String, message)
Initializes a lexical error.
-
.new(word : Word, file : String, message)
Initializes a reader error.
-
.new(tag : QTag, message)
Initializes a readtime error.
Instance Method Summary
Constructor Detail
def self.new(lexeme : Nil | String, line : Int32, file : String, message)
#
Initializes a lexical error.