| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
              object --+                
                       |                
exceptions.BaseException --+            
                           |            
        exceptions.Exception --+        
                               |        
              ParseBaseException --+    
                                   |    
                 ParseFatalException --+
                                       |
                                      ParseSyntaxException
just like ParseFatalException, but thrown internally when 
  an ErrorStop ('-' operator) indicates that parsing is to 
  stop immediately because an unbacktrackable syntax error has been 
  found
| Instance Methods | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  Inherited from  | |||
| Properties | |
| Inherited from  Inherited from  | 
| Method Details | 
| 
 x.__init__(...) initializes x; see x.__class__.__doc__ for signature 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Sun Apr 13 12:08:30 2014 | http://epydoc.sourceforge.net |