src
TrackingTools
GeomPropagators
interface
PropagationExceptions.h
Go to the documentation of this file.
1
4
#ifndef Propagation_Exceptions_H
5
#define Propagation_Exceptions_H
6
7
//#include <exception>
8
#include "
FWCore/Utilities/interface/Exception.h
"
9
10
#include <string>
11
13
14
class
PropagationException
final :
public
cms::Exception
{
15
public
:
16
PropagationException
(
const
std::string
&
message
)
throw
() :
cms::Exception
(
message
) {}
17
~PropagationException
()
throw
()
override
{}
18
19
private
:
20
};
21
22
#endif
PropagationException::PropagationException
PropagationException(const std::string &message)
Definition:
PropagationExceptions.h:16
Exception
Definition:
hltDiff.cc:245
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
cms::Exception::message
std::string message() const
Definition:
Exception.cc:145
PropagationException::~PropagationException
~PropagationException() override
Definition:
PropagationExceptions.h:17
ALCARECOPromptCalibProdSiPixelAli0T_cff.throw
throw
Definition:
ALCARECOPromptCalibProdSiPixelAli0T_cff.py:9
PropagationException
Common base class.
Definition:
PropagationExceptions.h:14
Exception.h
cms::Exception
Definition:
Exception.h:70
Generated for CMSSW Reference Manual by
1.8.14