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 {
  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, CaughtSignal = 9000
}
 

Enumeration Type Documentation

Enumerator
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 
CaughtSignal 

Definition at line 36 of file EDMException.h.

36  {
37  OtherCMS = 8001,
38  StdException = 8002,
39  Unknown = 8003,
40  BadAlloc = 8004,
41  BadExceptionType = 8005,
42 
43  ProductNotFound = 8006,
44  DictionaryNotFound = 8007,
45  InsertFailure = 8008,
46  Configuration = 8009,
47  LogicError = 8010,
48  UnimplementedFeature = 8011,
49  InvalidReference = 8012,
50  NullPointerError = 8013,
51  NoProductSpecified = 8014,
52  EventTimeout = 8015,
53  EventCorruption = 8016,
54 
56  EventProcessorFailure = 8018,
57 
58  FileInPathError = 8019,
59  FileOpenError = 8020,
60  FileReadError = 8021,
61  FatalRootError = 8022,
62  MismatchedInputFiles = 8023,
63 
66 
67  NotFound = 8026,
68 
69  CaughtSignal = 9000
70  };