CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Macros
CodedException.h File Reference
#include "FWCore/Utilities/interface/Exception.h"
#include <string>
#include <map>

Go to the source code of this file.

Classes

class  edm::CodedException< Code >
 

Namespaces

 edm
 A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator.
 

Macros

#define EDM_MAP_ENTRY(map, ns, name)   map[ns::name]=#name
 
#define EDM_MAP_ENTRY_NONS(map, name)   map[name]=#name
 

Macro Definition Documentation

#define EDM_MAP_ENTRY (   map,
  ns,
  name 
)    map[ns::name]=#name

This is the basic exception that is thrown by the framework code. It exists primarily to distinguish framework thrown exception types from developer thrown exception types. As such there is very little interface other than constructors specific to this derived type.

Definition at line 18 of file CodedException.h.

#define EDM_MAP_ENTRY_NONS (   map,
  name 
)    map[name]=#name

Definition at line 19 of file CodedException.h.

Referenced by edm::errors::FilledMap::FilledMap().