#include "FWCore/Utilities/interface/Exception.h"
#include <string>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | edm |
Classes | |
class | edm::CodedException< Code > |
Defines | |
#define | EDM_MAP_ENTRY(map, ns, name) map[ns::name]=#name |
This is the basic exception that is thrown by the framework code. | |
#define | EDM_MAP_ENTRY_NONS(map, name) map[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.