Baby Language Lab Scripts
A collection of data processing tools.
 All Classes Namespaces Files Functions Variables Pages
parsers.errors.BllAppError Class Reference

This is an 'abstract' base class for custom exception classes. More...

Inheritance diagram for parsers.errors.BllAppError:

Public Member Functions

def __init__
 Constructor. More...
 
def __str__
 This method is called by the Python runtime when a string representatin of this exception is requested (eg. More...
 

Public Attributes

 obj
 
 msg
 

Detailed Description

This is an 'abstract' base class for custom exception classes.

Definition at line 4 of file errors.py.

Constructor & Destructor Documentation

def parsers.errors.BllAppError.__init__ (   self,
  msg,
  obj 
)

Constructor.

Parameters
self
msg(string) a descriptive error message for this exception
obj(object) the object that this exception pertains to (eg. an Utterance or Segment)

Definition at line 9 of file errors.py.

Member Function Documentation

def parsers.errors.BllAppError.__str__ (   self)

This method is called by the Python runtime when a string representatin of this exception is requested (eg.

the exception is printed)

Parameters
self

Definition at line 16 of file errors.py.

Member Data Documentation

parsers.errors.BllAppError.msg

Definition at line 12 of file errors.py.

parsers.errors.BllAppError.obj

Definition at line 11 of file errors.py.


The documentation for this class was generated from the following file: