This is an 'abstract' base class for custom exception classes.
More...
|
| 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...
|
| |
This is an 'abstract' base class for custom exception classes.
Definition at line 4 of file errors.py.
| 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.
| 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
-
Definition at line 16 of file errors.py.
| parsers.errors.BllAppError.msg |
| parsers.errors.BllAppError.obj |
The documentation for this class was generated from the following file:
- C:/Users/Wayne/Documents/baby-lab/bll_app/parsers/errors.py