The OpenD Programming Language

ElementNotFoundException

This is used when you are using one of the require variants of navigation, and no matching element can be found in the tree.

Constructors

this
this(string type, string search, Element searchContext, string file, size_t line)

type == kind of element you were looking for and search == a selector describing the search.

See Also

Meta