Classes | |
struct | FilledMap |
Enumerations | |
enum | ErrorCodes { 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 } |
ErrorCodes.h PhysicsTools/Utilities/interface/ErrorCodes.h. More... |
ErrorCodes.h PhysicsTools/Utilities/interface/ErrorCodes.h.
Description: enum containing the various ways data/function member lookups can fail
Usage: <usage>
Definition at line 33 of file EDMException.h.
00033 { 00034 OtherCMS = 8001, 00035 StdException = 8002, 00036 Unknown = 8003, 00037 BadAlloc = 8004, 00038 BadExceptionType = 8005, 00039 00040 ProductNotFound = 8006, 00041 DictionaryNotFound = 8007, 00042 InsertFailure = 8008, 00043 Configuration = 8009, 00044 LogicError = 8010, 00045 UnimplementedFeature = 8011, 00046 InvalidReference = 8012, 00047 NullPointerError = 8013, 00048 NoProductSpecified = 8014, 00049 EventTimeout = 8015, 00050 EventCorruption = 8016, 00051 00052 ScheduleExecutionFailure = 8017, 00053 EventProcessorFailure = 8018, 00054 00055 FileInPathError = 8019, 00056 FileOpenError = 8020, 00057 FileReadError = 8021, 00058 FatalRootError = 8022, 00059 MismatchedInputFiles = 8023, 00060 00061 ProductDoesNotSupportViews = 8024, 00062 ProductDoesNotSupportPtr = 8025, 00063 00064 NotFound = 8026 00065 };