gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
ValidationException
gfx
decl
sdlang
exception
Thrown when attempting to do something in the DOM that's unsupported, such as:
Adding the same instance of a tag or attribute to more than one parent.
Writing SDLang where:
The root tag has values, attributes or a namespace.
An anonymous tag has a namespace.
An anonymous tag has no values.
A floating point value is infinity or NaN.
class
ValidationException :
SDLangException
{
this
(string msg, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line)
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 attempting to do something in the DOM that's unsupported, such as: