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

Class UnitsError
source code

exceptions.Exception --+    
                       |    
                   Error --+
                           |
                          UnitsError

Raised where invalid units are specified.

Instance Methods [hide private]
  __init__(self, function, unit)
  __repr__()
  __str__()

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, function, unit)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__repr__()
(Representation operator)

source code 

__str__()
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__