Main Page
Namespaces
Classes
Package Documentation
DQMServices
Core
src
DQMError.h
Go to the documentation of this file.
1
#ifndef DQMSERVICES_CORE_DQMEXCEPTION_H
2
# define DQMSERVICES_CORE_DQMEXCEPTION_H
3
4
# include <stdexcept>
5
# if !WITHOUT_CMS_FRAMEWORK
6
# include "
FWCore/Utilities/interface/EDMException.h
"
7
using
DQMError
=
cms::Exception
;
8
# else
9
using
DQMError
= std::runtime_error;
10
# endif
11
12
void
raiseDQMError
(
const
char
*context,
const
char
*fmt, ...);
13
#endif
Exception
Definition:
hltDiff.cc:292
EDMException.h
raiseDQMError
void raiseDQMError(const char *context, const char *fmt,...)
Definition:
DQMError.cc:11
cms::Exception
Definition:
Exception.h:68
Generated for CMSSW Reference Manual by
1.8.11