Package PyFoam :: Package ThirdParty :: Package ply :: Module lex :: Class LexError
[hide private]
[frames] | no frames]

Class LexError

source code

exceptions.Exception --+
                       |
                      LexError

Instance Methods [hide private]
 
__init__(self, message, s) source code

Inherited from exceptions.Exception: __getitem__, __str__

Method Details [hide private]

__init__(self, message, s)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__