CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
TkAlExceptions.AllInOneError Class Reference
Inheritance diagram for TkAlExceptions.AllInOneError:
Exception

Public Member Functions

def __init__ (self, msg)
 
def __str__ (self)
 

Private Attributes

 _msg
 

Detailed Description

Definition at line 1 of file TkAlExceptions.py.

Constructor & Destructor Documentation

◆ __init__()

def TkAlExceptions.AllInOneError.__init__ (   self,
  msg 
)

Definition at line 2 of file TkAlExceptions.py.

2  def __init__(self, msg):
3  Exception.__init__(self, msg)
4  self._msg = msg
5  return
6 
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 Function Documentation

◆ __str__()

def TkAlExceptions.AllInOneError.__str__ (   self)

Definition at line 7 of file TkAlExceptions.py.

References TkAlExceptions.AllInOneError._msg.

Referenced by edmStreamStallGrapher.Point.__repr__().

7  def __str__(self):
8  return self._msg
9 

Member Data Documentation

◆ _msg

TkAlExceptions.AllInOneError._msg
private

Definition at line 4 of file TkAlExceptions.py.

Referenced by TkAlExceptions.AllInOneError.__str__().