CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Enumerations
edm::errors Namespace Reference

Classes

struct  FilledMap
 

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, FileNameInconsistentWithGUID = 8034, EventGenerationFailure = 8501,
  CaughtSignal = 9000
}
 

Enumeration Type Documentation

Enumerator
CommandLineProcessing 
ConfigFileNotFound 
ConfigFileReadError 
OtherCMS 
StdException 
Unknown 
BadAlloc 
BadExceptionType 
ProductNotFound 
DictionaryNotFound 
InsertFailure 
Configuration 
LogicError 
UnimplementedFeature 
InvalidReference 
NullPointerError 
NoProductSpecified 
EventTimeout 
EventCorruption 
ScheduleExecutionFailure 
EventProcessorFailure 
FileInPathError 
FileOpenError 
FileReadError 
FatalRootError 
MismatchedInputFiles 
ProductDoesNotSupportViews 
ProductDoesNotSupportPtr 
NotFound 
FormatIncompatibility 
FallbackFileOpenError 
ExceededResourceVSize 
ExceededResourceRSS 
ExceededResourceTime 
FileNameInconsistentWithGUID 
EventGenerationFailure 
CaughtSignal 

Definition at line 25 of file EDMException.h.

25  {
26  CommandLineProcessing = 7000,
27  ConfigFileNotFound = 7001,
28  ConfigFileReadError = 7002,
29 
30  OtherCMS = 8001,
31  StdException = 8002,
32  Unknown = 8003,
33  BadAlloc = 8004,
34  BadExceptionType = 8005,
35 
36  ProductNotFound = 8006,
37  DictionaryNotFound = 8007,
38  InsertFailure = 8008,
39  Configuration = 8009,
40  LogicError = 8010,
41  UnimplementedFeature = 8011,
42  InvalidReference = 8012,
43  NullPointerError = 8013,
44  NoProductSpecified = 8014,
45  EventTimeout = 8015,
46  EventCorruption = 8016,
47 
49  EventProcessorFailure = 8018,
50 
51  FileInPathError = 8019,
52  FileOpenError = 8020,
53  FileReadError = 8021,
54  FatalRootError = 8022,
55  MismatchedInputFiles = 8023,
56 
59 
60  NotFound = 8026,
61  FormatIncompatibility = 8027,
62  FallbackFileOpenError = 8028,
63 
64  ExceededResourceVSize = 8030,
65  ExceededResourceRSS = 8031,
66  ExceededResourceTime = 8032,
67 
69 
71 
72  CaughtSignal = 9000
73  };