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

This class represents a warning that has been detected in a TRS file. More...

Inheritance diagram for parsers.errors.ParserWarning:

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

This class represents a warning that has been detected in a TRS file.

Warnings are not as serious as errors - for example, an utterance might not have a speaker specified.

Definition at line 34 of file errors.py.

Constructor & Destructor Documentation

def parsers.errors.ParserWarning.__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 38 of file errors.py.


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