Main Page
Namespaces
Classes
Package Documentation
FWCore
Framework
interface
UnknownModuleException.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_UnknownModuleException_h
2
#define FWCore_Framework_UnknownModuleException_h
3
12
#include "
FWCore/Utilities/interface/Exception.h
"
13
14
#include <string>
15
16
namespace
edm
{
17
27
class
UnknownModuleException
:
public
cms::Exception
{
28
public
:
29
30
UnknownModuleException
(
const
std::string
& moduletype):
31
cms
::
Exception
(
"UnknownModule"
)
32
{
33
(*this) <<
"Module "
<< moduletype <<
" was not registered \n"
34
"Perhaps your module type is misspelled or is not a "
35
"framework plugin \n"
36
"Try running EdmPluginDump to obtain a list "
37
"of available Plugins\n"
;
38
}
39
~UnknownModuleException
()
throw
(){}
40
};
// UnknownModuleException
41
42
43
}
// edm
44
45
#endif
edm::UnknownModuleException::UnknownModuleException
UnknownModuleException(const std::string &moduletype)
Definition:
UnknownModuleException.h:30
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
edm::UnknownModuleException
Exception thrown when trying to instance a module which is not registered to the system.
Definition:
UnknownModuleException.h:27
edm::Exception
Definition:
EDMException.h:71
ALCARECOPromptCalibProdSiPixelAli0T_cff.throw
throw
Definition:
ALCARECOPromptCalibProdSiPixelAli0T_cff.py:9
cms
Definition:
ProducerAnalyzer.cc:22
Exception.h
cms::Exception
Definition:
Exception.h:68
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::UnknownModuleException::~UnknownModuleException
~UnknownModuleException()
Definition:
UnknownModuleException.h:39
Generated for CMSSW Reference Manual by
1.8.11