Package AEInput :: Module Error :: Class InitError
[hide private]
[frames] | no frames]

Class InitError

source code

exceptions.Exception --+    
                       |    
            AEInputError --+
                           |
                          InitError

Raised when an input device can not be initialized in some manner.

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code

Inherited from exceptions.Exception: __getitem__, __str__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__