Enumerations | |
enum | ErrorCodes { CommandLineProcessing = 7000, ConfigFileNotFound = 7001, ConfigFileReadError = 7002, OtherCMS = 8001, StdException = 8002, Unknown = 8003, BadAlloc = 8004, BadExceptionType = 8005, ProductNotFound = 8006, DictionaryNotFound = 8007, InsertFailure = 8008, Configuration = 8009, LogicError = 8010, UnimplementedFeature = 8011, InvalidReference = 8012, NullPointerError = 8013, NoProductSpecified = 8014, EventTimeout = 8015, EventCorruption = 8016, ScheduleExecutionFailure = 8017, EventProcessorFailure = 8018, FileInPathError = 8019, FileOpenError = 8020, FileReadError = 8021, FatalRootError = 8022, MismatchedInputFiles = 8023, ProductDoesNotSupportViews = 8024, ProductDoesNotSupportPtr = 8025, NotFound = 8026, FormatIncompatibility = 8027, FallbackFileOpenError = 8028, ExceededResourceVSize = 8030, ExceededResourceRSS = 8031, ExceededResourceTime = 8032, CaughtSignal = 9000 } |
Functions | |
static const std::string | kUnknownCode ("unknownCode") |
Variables | |
static const std::map < ErrorCodes, std::string > | codeMap |
Definition at line 23 of file EDMException.h.
|
static |
Referenced by edm::Exception::codeToString().
|
static |
Definition at line 8 of file EDMException.cc.
Referenced by edm::Exception::codeToString().