CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
MatrixReader.MatrixException Class Reference
Inheritance diagram for MatrixReader.MatrixException:
Exception

Public Member Functions

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

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  def __init__(self, msg):
10  self.msg = msg

Member Function Documentation

def MatrixReader.MatrixException.__str__ (   self)

Definition at line 11 of file MatrixReader.py.

References MatrixReader.MatrixException.msg, and dataset.Dataset.msg.

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

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

Member Data Documentation

MatrixReader.MatrixException.msg