AttributeNotFoundException

Thrown by the DOM's sdlang.ast.Tag.expectAttribute, etc. functions if an Attribute isn't found.

Constructors

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

Members

Variables

attributeName
FullName attributeName;

The attribute searched for

valueType
TypeInfo valueType;

Expected type for the not-found attribute's value.

Inherited Members

From DOMNotFoundException

tagName
FullName tagName;

The tag searched for

Meta