adesklets.error_handler
index
error_handler.py

adesklets error handler

 
Modules
        
types
 
Classes
        
exceptions.Exception
ADESKLETSError
 
class ADESKLETSError(exceptions.Exception)
    minimalistic adesklets Exception class
 
  Methods defined here:
__init__(self, value=0, message='')
__str__(self)

Methods inherited from exceptions.Exception:
__getitem__(...)
 
Data
         ADESKLETSErrors = {0: 'generic error', 1: 'adesklets process exited', 2: 'only a single class of this type should exists', 3: 'adesklets interpreter initialization error', 4: 'adesklets command error'}