CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
TkAlExceptions.AllInOneError Class Reference
Inheritance diagram for TkAlExceptions.AllInOneError:
Exception

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.

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

Member Function Documentation

def TkAlExceptions.AllInOneError.__str__ (   self)

Definition at line 7 of file TkAlExceptions.py.

References TkAlExceptions.AllInOneError._msg.

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

Member Data Documentation

TkAlExceptions.AllInOneError._msg
private

Definition at line 4 of file TkAlExceptions.py.

Referenced by TkAlExceptions.AllInOneError.__str__().