Package genshi :: Module path :: Class PathSyntaxError

Class PathSyntaxError



exceptions.Exception --+
                       |
                      PathSyntaxError

Exception raised when an XPath expression is syntactically incorrect.

Instance Methods
 
__init__(self, message, filename=None, lineno=-1, offset=-1)

Inherited from exceptions.Exception: __getitem__, __str__

Method Details

__init__(self, message, filename=None, lineno=-1, offset=-1)
(Constructor)

 
Overrides: exceptions.Exception.__init__