DOMNotFoundException

Abstract parent class of TagNotFoundException, ValueNotFoundException and AttributeNotFoundException.

Thrown by the DOM's sdlang.ast.Tag.expectTag, etc. functions if a matching element isn't found.

Constructors

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

Members

Variables

tagName
FullName tagName;

The tag searched for

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