CMS 3D CMS Logo

Classes | Namespaces | Defines

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/FWCore/Utilities/interface/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

namespace  edm
 

A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator.


Defines

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

Define 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().