CMS 3D CMS Logo

Enumerations | Functions | Variables
edm::errors Namespace Reference

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, NoSecondaryFiles = 8029,
  ExceededResourceVSize = 8030, ExceededResourceRSS = 8031, ExceededResourceTime = 8032, FileWriteError = 8033,
  EventGenerationFailure = 8501, CaughtSignal = 9000
}
 

Functions

static const std::string kUnknownCode ("unknownCode")
 

Variables

static const std::map< ErrorCodes, std::string > codeMap
 

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 
NoSecondaryFiles 
ExceededResourceVSize 
ExceededResourceRSS 
ExceededResourceTime 
FileWriteError 
EventGenerationFailure 
CaughtSignal 

Definition at line 23 of file EDMException.h.

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

Function Documentation

static const std::string edm::errors::kUnknownCode ( "unknownCode"  )
static

Variable Documentation

const std::map<ErrorCodes, std::string> edm::errors::codeMap
static

Definition at line 9 of file EDMException.cc.

Referenced by edm::Exception::codeToString().