An exception thrown when one tries to instanciate an element that does not exist in the registrar. More...
#include <Registrar.h>

Public Member Functions | |
| InvalidElement (const std::string &reason) | |
| Construct an invalid-element exception. More... | |
An exception thrown when one tries to instanciate an element that does not exist in the registrar.
Definition at line 52 of file Registrar.h.
| InvalidElement::InvalidElement | ( | const std::string & | reason | ) |
Construct an invalid-element exception.
Definition at line 55 of file Registry.cpp.