CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
tier0.Tier0Error Class Reference
Inheritance diagram for tier0.Tier0Error:
Exception tier0.ResponseError

Public Member Functions

def __init__ (self, message)
 

Public Attributes

 args
 

Detailed Description

Tier0 exception.

Definition at line 16 of file tier0.py.

Constructor & Destructor Documentation

◆ __init__()

def tier0.Tier0Error.__init__ (   self,
  message 
)

Definition at line 20 of file tier0.py.

20  def __init__(self, message):
21  self.args = (message, )
22 
23 
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)

Member Data Documentation

◆ args

tier0.Tier0Error.args