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.

class ElementNotFoundException : Exception {
Element searchContext;
}

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

Suggestion Box / Bug Report