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