Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
:
public
cms::Exception
{
15
public
:
16
PropagationException
(
const
std::string&
message
)
throw
() :
cms::Exception
(
message
) {}
17
virtual
~PropagationException
()
throw
() {}
18
private
:
19
};
20
21
#endif
PropagationException::PropagationException
PropagationException(const std::string &message)
Definition:
PropagationExceptions.h:16
cms::Exception::message
std::string message() const
Definition:
Exception.cc:187
PropagationException::~PropagationException
virtual ~PropagationException()
Definition:
PropagationExceptions.h:17
PropagationException
Common base class.
Definition:
PropagationExceptions.h:14
Exception.h
edm::hlt::Exception
error
Definition:
HLTenums.h:24
cms::Exception
Definition:
Exception.h:66
CommPDSkim_cfg.throw
tuple throw
Definition:
CommPDSkim_cfg.py:101
Generated for CMSSW Reference Manual by
1.8.5