CMS 3D CMS Logo

Public Member Functions | Public Attributes

MatrixReader::MatrixException Class Reference

Inheritance diagram for MatrixReader::MatrixException:
Exception

List of all members.

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.

00010                            :
        self.msg = msg

Member Function Documentation

def MatrixReader::MatrixException::__str__ (   self)

Definition at line 11 of file MatrixReader.py.

00012                      :
00013         return self.msg
00014         
00015 # ================================================================================


Member Data Documentation

Definition at line 9 of file MatrixReader.py.