gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
ParseException
gfx
decl
sdlang
exception
Thrown when a syntax error is encounterd while parsing.
class
ParseException :
SDLangException
{
Location
location
;
bool
hasLocation
;
this
(string msg, string file, size_t line);
this
(Location location, string msg, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line)
Undocumented in source.
this
this
(Location location, string msg, string file, size_t line)
Undocumented in source.
Members
Variables
hasLocation
bool
hasLocation
;
Undocumented in source.
location
Location
location
;
Undocumented in source.
Meta
Source
See Implementation
gfx
decl
sdlang
exception
aliases
SDLangParseException
SDLangRangeException
SDLangValidationException
classes
ArgumentException
AttributeNotFoundException
DOMException
DOMNotFoundException
DOMRangeException
ParseException
SDLangException
TagNotFoundException
ValidationException
ValueNotFoundException
Thrown when a syntax error is encounterd while parsing.