Package svnmailer :: Package settings :: Module _fileparser :: Class OptionSyntaxError
[show private | hide private]
[frames | no frames]

Class OptionSyntaxError

Exception --+                
            |                
        Error --+            
                |            
            Error --+        
                    |        
                Error --+    
                        |    
               ParseError --+
                            |
                           OptionSyntaxError


A option line could not be parsed
Method Summary
    Inherited from ParseError
  __init__(self, filename, lineno)
Initialization
  __str__(self)
Returns a string representation of the Exception
    Inherited from Exception
  __getitem__(...)

Instance Variable Summary
    Inherited from ParseError
basestring filename: The name of the file where the error occured
int lineno: The line number of the error

Class Variable Summary
str _MESSAGE: The message format string

Class Variable Details

_MESSAGE

The message format string
Type:
str
Value:
'Option syntax error in %(filename)r, line %(lineno)s'                 

Generated by Epydoc 2.0 on Sun Sep 25 20:49:14 2005 http://epydoc.sf.net