Package dics :: Module rotator :: Class ParseError
[hide private]
[frames] | no frames]

Class ParseError
source code

exceptions.Exception --+    
                       |    
                   Error --+
                           |
                          ParseError

Raised when problems occur when parsing strings with slalib routines.

Instance Methods [hide private]
  __init__(self, function, status, startPos, endPos)

Inherited from exceptions.Exception: __getitem__, __str__


Method Details [hide private]

__init__(self, function, status, startPos, endPos)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__