Main Page
Namespaces
Classes
Package Documentation
CondCore
PopCon
interface
Exception.h
Go to the documentation of this file.
1
#ifndef POPCON_EXCEPTION_H
2
#define POPCON_EXCEPTION_H
3
#include "
FWCore/Utilities/interface/Exception.h
"
4
#include <string>
5
6
namespace
popcon
{
7
class
Exception
:
public
cms::Exception
{
8
public
:
9
explicit
Exception
(
const
std::string
&
message
):
cms
::
Exception
(
"PopCon"
,message){}
10
~Exception
()
throw
()
override
{}
11
};
12
}
13
#endif
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
popcon
Definition:
Exception.h:6
cms::Exception::message
std::string message() const
Definition:
Exception.cc:145
ALCARECOPromptCalibProdSiPixelAli0T_cff.throw
throw
Definition:
ALCARECOPromptCalibProdSiPixelAli0T_cff.py:9
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:21
Exception.h
popcon::Exception::Exception
Exception(const std::string &message)
Definition:
Exception.h:9
cms::Exception
Definition:
Exception.h:68
popcon::Exception::~Exception
~Exception() override
Definition:
Exception.h:10
popcon::Exception
Definition:
Exception.h:7
Generated for CMSSW Reference Manual by
1.8.11