exceptions :: SyntaxError :: Class SyntaxError
[hide private]
[frames] | no frames]

Class SyntaxError



Exception --+    
            |    
StandardError --+
                |
               SyntaxError
Known Subclasses:
IndentationError

Invalid syntax.

Instance Methods [hide private]
 
__init__(...)
 
__str__(...)

Inherited from Exception: __getitem__, __providedBy__

Class Variables [hide private]
  __implemented__ = <implementedBy exceptions.SyntaxError>
  __provides__ = <zope.interface.declarations.ClassProvides obje...
  filename = None
  lineno = None
  msg = ''
  offset = None
  print_file_and_line = None
  text = None
Method Details [hide private]

__init__(...)
(Constructor)

 
Overrides: Exception.__init__

__str__(...)
(Informal representation operator)

 
Overrides: Exception.__str__

Class Variable Details [hide private]

__provides__

Value:
<zope.interface.declarations.ClassProvides object at 0x2413ad0>