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
MatrixReader.MatrixException Class Reference
Inheritance diagram for MatrixReader.MatrixException:
Exception

Public Member Functions

def __init__
 
def __str__
 

Public Attributes

 msg
 

Detailed Description

Definition at line 8 of file MatrixReader.py.

Constructor & Destructor Documentation

def MatrixReader.MatrixException.__init__ (   self,
  msg 
)

Definition at line 9 of file MatrixReader.py.

9 
10  def __init__(self, msg):
self.msg = msg

Member Function Documentation

def MatrixReader.MatrixException.__str__ (   self)

Definition at line 11 of file MatrixReader.py.

References MatrixReader.MatrixException.msg, geometryComparison.GeometryComparison.msg, and cond2xml.CondXmlProcessor.msg.

Referenced by BeautifulSoup.Tag.__repr__(), BeautifulSoup.Tag.__unicode__(), and BeautifulSoup.Tag.prettify().

11 
12  def __str__(self):
13  return self.msg
14 
15 # ================================================================================

Member Data Documentation

MatrixReader.MatrixException.msg

Definition at line 10 of file MatrixReader.py.

Referenced by MatrixReader.MatrixException.__str__(), cmsHarvester.Usage.__str__(), and cmsHarvester.Error.__str__().