CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
cmsHarvester.Error Class Reference

Helper class: Error exception. More...

Inheritance diagram for cmsHarvester.Error:
Exception

Public Member Functions

def __init__
 
def __str__
 

Public Attributes

 msg
 

Detailed Description

Helper class: Error exception.

Definition at line 139 of file cmsHarvester.py.

Constructor & Destructor Documentation

def cmsHarvester.Error.__init__ (   self,
  msg 
)

Definition at line 140 of file cmsHarvester.py.

141  def __init__(self, msg):
self.msg = msg

Member Function Documentation

def cmsHarvester.Error.__str__ (   self)

Definition at line 142 of file cmsHarvester.py.

References MatrixReader.MatrixException.msg, geometryComparison.GeometryComparison.msg, cmsHarvester.Usage.msg, cmsHarvester.Error.msg, and cond2xml.CondXmlProcessor.msg.

143  def __str__(self):
144  return repr(self.msg)

Member Data Documentation

cmsHarvester.Error.msg

Definition at line 141 of file cmsHarvester.py.

Referenced by cmsHarvester.Error.__str__().