| Home | Trees | Index | Help |
|
|---|
| Package lemon :: Package external :: Package epydoc :: Package markup :: Module epytext :: Class ColorizingError |
|
Exception--+ |ParseError--+ | ColorizingError
| Method Summary | |
|---|---|
Construct a new colorizing exception. | |
string
|
Return a string representation of this ParseError. |
| Inherited from ParseError | |
int
|
Compare two ParseErrors, based on their line number. |
string
|
Return the formal representation of this ParseError. |
boolean
|
Return true if this is a fatal error. |
int or None
|
Return the line number on which the error occured (including any offset). |
None
|
Set the line number offset for this error. |
| Inherited from Exception | |
| |
| Instance Variable Summary | |
|---|---|
| Inherited from ParseError | |
string |
_descr: A description of the error. |
boolean |
_fatal: True if this is a fatal error. |
int |
_linenum: The line on which the error occured within the docstring. |
int |
_offset: The line number where the docstring begins. |
| Class Variable Summary | |
|---|---|
int |
CONTEXT_RANGE = 20 |
| Method Details |
|---|
__init__(self,
descr,
token,
charnum,
is_fatal=1)
Construct a new colorizing exception.
|
__str__(self)
Return a string representation of this |
| Class Variable Details |
|---|
CONTEXT_RANGE
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Mon Nov 10 15:07:54 2003 | http://epydoc.sf.net |