| Home | Trees | Index | Help |
|---|
| Package pyrad :: Module dictionary :: Class ParseError |
|
Exception --+
|
ParseError
| Method Summary | |
|---|---|
__init__(self,
msg,
**data)
| |
__str__(self)
| |
| Inherited from Exception | |
| |
| Instance Variable Summary | |
|---|---|
| string | filename: Name of the file being parsed |
| integer | linenumber: Line number on which the error occured |
| string | msg: Error message |
| Instance Variable Details |
|---|
filenameName of the file being parsed
|
linenumberLine number on which the error occured
|
msgError message
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jun 2 14:19:55 2004 | http://epydoc.sf.net |