exception documentation
class ColorizingError(ParseError): (source)
Constructor: ColorizingError(descr, token, charnum, is_fatal)
An error generated while colorizing a paragraph.
| Method | __init__ |
Construct a new colorizing exception. |
| Method | descr |
No summary |
| Constant | CONTEXT |
Undocumented |
| Instance Variable | charnum |
Undocumented |
| Instance Variable | token |
Undocumented |
Inherited from ParseError:
| Method | __repr__ |
Return the formal representation of this ParseError. ParseErrors have formal representations of the form: |
| Method | __str__ |
Return a string representation of this ParseError. This multi-line string contains a description of the error, and specifies where it occured. |
| Method | is |
No summary |
| Method | linenum |
No summary |
| Instance Variable | _descr |
Undocumented |
| Instance Variable | _fatal |
Undocumented |
| Instance Variable | _linenum |
Undocumented |