src
TrackingTools
MeasurementDet
interface
MeasurementDetException.h
Go to the documentation of this file.
1
4
#ifndef MeasurementDetExceptions_H
5
#define MeasurementDetExceptions_H
6
7
#include <string>
8
#include "
FWCore/Utilities/interface/Exception.h
"
9
11
12
class
MeasurementDetException
:
public
cms::Exception
{
13
public
:
14
MeasurementDetException
(
const
std::string
&
message
)
throw
() :
cms::Exception
(
message
) {}
15
~MeasurementDetException
()
throw
()
override
{}
16
};
17
18
#endif
Exception
Definition:
hltDiff.cc:245
MeasurementDetException::MeasurementDetException
MeasurementDetException(const std::string &message)
Definition:
MeasurementDetException.h:14
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
cms::Exception::message
std::string message() const
Definition:
Exception.cc:149
MeasurementDetException::~MeasurementDetException
~MeasurementDetException() override
Definition:
MeasurementDetException.h:15
MeasurementDetException
Common base class.
Definition:
MeasurementDetException.h:12
ALCARECOPromptCalibProdSiPixelAli0T_cff.throw
throw
Definition:
ALCARECOPromptCalibProdSiPixelAli0T_cff.py:9
Exception.h
cms::Exception
Definition:
Exception.h:52
Generated for CMSSW Reference Manual by
1.8.14