Exception thrown when trying to instance a module which is not registered to the system. More...
#include <edm/UnknownModuleException.h>
Public Member Functions | |
UnknownModuleException (const std::string &moduletype) | |
~UnknownModuleException () throw () |
Exception thrown when trying to instance a module which is not registered to the system.
Definition at line 28 of file UnknownModuleException.h.
edm::UnknownModuleException::UnknownModuleException | ( | const std::string & | moduletype | ) | [inline] |
Definition at line 31 of file UnknownModuleException.h.
: cms::Exception("UnknownModule") { (*this) << "Module " << moduletype << " was not registered \n" "Perhaps your module type is misspelled or is not a " "framework plugin \n" "Try running EdmPluginDump to obtain a list " "of available Plugins\n"; }
edm::UnknownModuleException::~UnknownModuleException | ( | ) | throw () [inline] |
Definition at line 40 of file UnknownModuleException.h.
{}