Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DetectorDescription
Base
src
DDException.cc
Go to the documentation of this file.
1
#include "
DetectorDescription/Base/interface/DDException.h
"
2
3
// "regular" constructor
4
DDException::DDException
(
const
std::string &
s
) : cms::
Exception
(
"DetectorDescriptionFault"
, s) { }
5
6
// default
7
DDException::DDException
() : cms::
Exception
(
"DetectorDescriptionFault"
) { }
8
9
// copy constructor
10
DDException::DDException
(
const
DDException
&
e
) : cms::
Exception
(e) { }
11
12
DDException::~DDException
()
throw
() { }
13
ExpressReco_HICollisions_FallBack.e
tuple e
Definition:
ExpressReco_HICollisions_FallBack.py:1068
DDException
An exception for DDD errors.
Definition:
DDException.h:23
DDException::~DDException
~DDException()
Definition:
DDException.cc:12
DDException::DDException
DDException()
Definition:
DDException.cc:7
Exception
asciidump.s
string s
Definition:
asciidump.py:422
DDException.h
ExpressReco_HICollisions_FallBack.throw
tuple throw
Definition:
ExpressReco_HICollisions_FallBack.py:9401
Generated for CMSSW Reference Manual by
1.8.5