CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
8 # else
9 typedef std::runtime_error DQMError;
10 # endif
11 
12 void raiseDQMError(const char *context, const char *fmt, ...);
13 #endif
cms::Exception DQMError
Definition: DQMError.h:7
static const char * fmt
Definition: Version.cc:9
void raiseDQMError(const char *context, const char *fmt,...)
Definition: DQMError.cc:11