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

Class SlalibError
source code

exceptions.Exception --+    
                       |    
                   Error --+
                           |
                          SlalibError

Raised when an error code is returned by a slalib routine.

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

Inherited from exceptions.Exception: __getitem__, __str__


Method Details [hide private]

__init__(function, status)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__