Package Pyblio :: Module Exceptions :: Class ParserError
[hide private]
[frames] | no frames]

Class ParserError

source code

exceptions.Exception --+
                       |
                      ParserError
Known Subclasses:
Parsers.Syntax.BibTeX.Parser.EndOfFile

Instance Methods [hide private]
 
__init__(self, msg, line=None) source code

Inherited from exceptions.Exception: __getitem__, __str__

Method Details [hide private]

__init__(self, msg, line=None)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__