ValueNotFoundException

Thrown by the DOM's sdlang.ast.Tag.expectValue, etc. functions if a Value isn't found.

Constructors

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

Members

Variables

valueType
TypeInfo valueType;

Expected type for the not-found value.

Inherited Members

From DOMNotFoundException

tagName
FullName tagName;

The tag searched for

Meta