| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
              object --+                
                       |                
exceptions.BaseException --+            
                           |            
        exceptions.Exception --+        
                               |        
                utils.excs.Error --+    
                                   |    
                            STCError --+
                                       |
                                      STCSParseError
is raised if an STC-S expression could not be parsed.
Low-level routines raise a pyparsing ParseException. Only higher level functions raise this error. The offending expression is in the expr attribute, the start position of the offending phrase in pos.
| Instance Methods | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  Inherited from  | |||
| Properties | |
| Inherited from  Inherited from  | 
| Method Details | 
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |