DOMRangeException

Thrown by the DOM on empty range and out-of-range conditions.

Constructors

this
this(Tag base, string msg, string file, size_t line)
Undocumented in source.

Inherited Members

From DOMException

base
Tag base;

The tag searched from

customMsg
string customMsg(string msg)
void customMsg(Sink sink, string msg)

Prefixes a message with file/line information from the tag (if tag exists). Optionally takes output range as a sink.

writeCustomMsg
void writeCustomMsg(string msg)

Outputs a message to stderr, prefixed with file/line information

Meta