Class ValidationException
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.
Inherits from
-
SDLangException
(base class)
Constructors
Name | Description |
---|---|
this
|