CMS 3D CMS Logo

Public Member Functions | Private Attributes

TkAlExceptions::AllInOneError Class Reference

Inheritance diagram for TkAlExceptions::AllInOneError:
Exception

List of all members.

Public Member Functions

def __init__
def __str__

Private Attributes

 _msg

Detailed Description

Definition at line 1 of file TkAlExceptions.py.


Constructor & Destructor Documentation

def TkAlExceptions::AllInOneError::__init__ (   self,
  msg 
)

Definition at line 2 of file TkAlExceptions.py.

00003                            :
00004         Exception.__init__(self, msg)
00005         self._msg = msg
00006         return


Member Function Documentation

def TkAlExceptions::AllInOneError::__str__ (   self)

Definition at line 7 of file TkAlExceptions.py.

00008                      :
00009         return self._msg

Member Data Documentation

Definition at line 2 of file TkAlExceptions.py.