1 #ifndef FWCore_Framework_UnknownModuleException_h
2 #define FWCore_Framework_UnknownModuleException_h
33 (*this) <<
"Module " << moduletype <<
" was not registered \n"
34 "Perhaps your module type is misspelled or is not a "
36 "Try running EdmPluginDump to obtain a list "
37 "of available Plugins\n";
UnknownModuleException(const std::string &moduletype)
Exception thrown when trying to instance a module which is not registered to the system.
~UnknownModuleException()