CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
TkAlExceptions.AllInOneError Class Reference
Inheritance diagram for TkAlExceptions.AllInOneError:
Exception

Public Member Functions

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

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.

2  def __init__(self, msg):
3  Exception.__init__(self, msg)
4  self._msg = msg
5  return
6 

Member Function Documentation

def TkAlExceptions.AllInOneError.__str__ (   self)

Member Data Documentation

TkAlExceptions.AllInOneError._msg
private

Definition at line 4 of file TkAlExceptions.py.

Referenced by TkAlExceptions.AllInOneError.__str__().