_errorHandler = errorHandler;
// Seed the basic translators used to "bootstrap" the
// processing of the hivemind.Translators configuration point.
_translatorsCache.put("class", new ClassTranslator());
_translatorsCache.put("service", new ServiceTranslator());
_translatorsCache.put("smart", new SmartTranslator());
_translatorsCache.put("instance", new InstanceTranslator());
// smart may take an initializer, so we need to put it into the classes as