![]() |
![]() |
Public Member Functions | |
FilledMap () | |
Public Attributes | |
edm::Exception::CodeMap | trans_ |
Definition at line 6 of file EDMException.cc.
edm::errors::FilledMap::FilledMap | ( | ) |
Definition at line 10 of file EDMException.cc.
References edm::errors::BadAlloc, edm::errors::BadExceptionType, edm::errors::Configuration, edm::errors::DictionaryNotFound, EDM_MAP_ENTRY_NONS, edm::errors::EventCorruption, edm::errors::EventProcessorFailure, edm::errors::EventTimeout, edm::errors::FatalRootError, edm::errors::FileInPathError, edm::errors::FileOpenError, edm::errors::FileReadError, edm::errors::InsertFailure, edm::errors::InvalidReference, edm::errors::LogicError, edm::errors::MismatchedInputFiles, edm::errors::NoProductSpecified, edm::errors::NotFound, edm::errors::NullPointerError, edm::errors::OtherCMS, edm::errors::ProductDoesNotSupportPtr, edm::errors::ProductDoesNotSupportViews, edm::errors::ProductNotFound, edm::errors::ScheduleExecutionFailure, edm::errors::StdException, trans_, edm::errors::UnimplementedFeature, and edm::errors::Unknown.
: trans_() { EDM_MAP_ENTRY_NONS(trans_, OtherCMS); EDM_MAP_ENTRY_NONS(trans_, StdException); EDM_MAP_ENTRY_NONS(trans_, Unknown); EDM_MAP_ENTRY_NONS(trans_, BadAlloc); EDM_MAP_ENTRY_NONS(trans_, BadExceptionType); EDM_MAP_ENTRY_NONS(trans_, ProductNotFound); EDM_MAP_ENTRY_NONS(trans_, DictionaryNotFound); EDM_MAP_ENTRY_NONS(trans_, NoProductSpecified); EDM_MAP_ENTRY_NONS(trans_, InsertFailure); EDM_MAP_ENTRY_NONS(trans_, Configuration); EDM_MAP_ENTRY_NONS(trans_, LogicError); EDM_MAP_ENTRY_NONS(trans_, UnimplementedFeature); EDM_MAP_ENTRY_NONS(trans_, InvalidReference); EDM_MAP_ENTRY_NONS(trans_, NullPointerError); EDM_MAP_ENTRY_NONS(trans_, EventTimeout); EDM_MAP_ENTRY_NONS(trans_, EventCorruption); EDM_MAP_ENTRY_NONS(trans_, ScheduleExecutionFailure); EDM_MAP_ENTRY_NONS(trans_, EventProcessorFailure); EDM_MAP_ENTRY_NONS(trans_, FileInPathError); EDM_MAP_ENTRY_NONS(trans_, FileOpenError); EDM_MAP_ENTRY_NONS(trans_, FileReadError); EDM_MAP_ENTRY_NONS(trans_, FatalRootError); EDM_MAP_ENTRY_NONS(trans_, MismatchedInputFiles); EDM_MAP_ENTRY_NONS(trans_, ProductDoesNotSupportViews); EDM_MAP_ENTRY_NONS(trans_, ProductDoesNotSupportPtr); EDM_MAP_ENTRY_NONS(trans_, NotFound); }
Definition at line 8 of file EDMException.cc.
Referenced by FilledMap(), and edm::getCodeTable().