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

Class SyntaxError

Exception --+    
            |    
StandardError --+
                |
               SyntaxError

Known Subclasses:
IndentationError

Invalid syntax.
Method Summary
  __init__(...)
  __str__(...)
Inherited from Exception: __getitem__

Class Variable Summary
Implements __implemented__ = <implementedBy exceptions.SyntaxError>
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
NoneType filename = None                                                                  
NoneType lineno = None                                                                  
str msg = ''
NoneType offset = None                                                                  
NoneType print_file_and_line = None                                                                  
NoneType text = None                                                                  
Inherited from Exception: __providedBy__

Class Variable Details

__implemented__

Type:
Implements
Value:
<implementedBy exceptions.SyntaxError>                                 

__provides__

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

filename

Type:
NoneType
Value:
None                                                                  

lineno

Type:
NoneType
Value:
None                                                                  

msg

Type:
str
Value:
''                                                                     

offset

Type:
NoneType
Value:
None                                                                  

print_file_and_line

Type:
NoneType
Value:
None                                                                  

text

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Thu Aug 16 09:55:08 2007 http://epydoc.sf.net