newxml v0.2.0 (2022-09-09T21:40:57Z)
Dub
Repo
LexerException
newxml
lexers
Thrown on lexing errors.
class
LexerException : Exception {
this
(string msg, string file, size_t line, Throwable nextInChain);
this
(string msg, Throwable nextInChain, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable nextInChain)
Undocumented in source.
this
this
(string msg, Throwable nextInChain, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
newxml
lexers
classes
LexerException
functions
chooseLexer
structs
BufferedLexer
DumbBufferedReader
ForwardLexer
RangeLexer
SliceLexer
templates
lexer
Thrown on lexing errors.