Package pyrad :: Module dictionary :: Class ParseError
[show private | hide private]
[frames | no frames]

Class ParseError

Exception --+
            |
           ParseError


Dictionary parser exceptions.
Method Summary
  __init__(self, msg, **data)
  __str__(self)
    Inherited from Exception
  __getitem__(...)

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

filename

Name of the file being parsed
Type:
string

linenumber

Line number on which the error occured
Type:
integer

msg

Error message
Type:
string

Generated by Epydoc 2.1 on Wed Jun 2 14:19:55 2004 http://epydoc.sf.net