src
TrackingTools
DetLayers
interface
DetLayerException.h
Go to the documentation of this file.
1
#ifndef DetLayers_DetLayerException_h
2
#define DetLayers_DetLayerException_h
3
9
#include "
FWCore/Utilities/interface/Exception.h
"
11
12
#include <exception>
13
#include <string>
14
15
class
DetLayerException
:
public
cms::Exception
{
16
public
:
17
DetLayerException
(
const
std::string
&
message
)
throw
() :
cms::Exception
(
message
) {}
18
~DetLayerException
()
throw
()
override
{}
19
20
private
:
21
};
22
23
#endif
DetLayerException
Common base class.
Definition:
DetLayerException.h:15
Exception
Definition:
hltDiff.cc:245
DetLayerException::~DetLayerException
~DetLayerException() override
Definition:
DetLayerException.h:18
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
cms::Exception::message
std::string message() const
Definition:
Exception.cc:149
DetLayerException::DetLayerException
DetLayerException(const std::string &message)
Definition:
DetLayerException.h:17
ALCARECOPromptCalibProdSiPixelAli0T_cff.throw
throw
Definition:
ALCARECOPromptCalibProdSiPixelAli0T_cff.py:9
Exception.h
cms::Exception
Definition:
Exception.h:71
Generated for CMSSW Reference Manual by
1.8.14