Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:12:06

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 Rethrow = cms.untracked.vstring(
0004   'CommandLineProcessing',
0005   'ConfigFileNotFound',
0006   'ConfigFileReadError',
0007   'OtherCMS',
0008   'StdException',
0009   'Unknown',
0010   'BadAlloc',
0011   'BadExceptionType',
0012   'ProductNotFound',
0013   'DictionaryNotFound',
0014   'InsertFailure',
0015   'Configuration',
0016   'LogicError',
0017   'UnimplementedFeature',
0018   'InvalidReference',
0019   'NullPointerError',
0020   'NoProductSpecified',
0021   'EventTimeout',
0022   'EventCorruption',
0023   'ScheduleExecutionFailure',
0024   'EventProcessorFailure',
0025   'FileInPathError',
0026   'FileOpenError',
0027   'FileReadError',
0028   'FatalRootError',
0029   'MismatchedInputFiles',
0030   'ProductDoesNotSupportViews',
0031   'ProductDoesNotSupportPtr',
0032   'NotFound',
0033   'FormatIncompatibility',
0034   'FileNameInconsistentWithGUID',
0035 )