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

The class represents an error that has been detected in a TRS file. More...

Inheritance diagram for parsers.errors.ParserError:

Public Member Functions

def __init__
 Constructor Currenlty, this class exists only to differentiate warnings from errors. More...
 
- Public Member Functions inherited from parsers.errors.BllAppError
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...
 

Additional Inherited Members

- Public Attributes inherited from parsers.errors.BllAppError
 obj
 
 msg
 

Detailed Description

The class represents an error that has been detected in a TRS file.

(For example, the error could be something an invalid transcriber code, or a missing I/C link code.)

Definition at line 25 of file errors.py.

Constructor & Destructor Documentation

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

Constructor Currenlty, this class exists only to differentiate warnings from errors.

We might need to add more stuff here later... See superclass parameter descriptions.

Definition at line 29 of file errors.py.


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