Package intelhex :: Class IntelHexError
[hide private]
[frames] | no frames]

Class IntelHexError

source code

              object --+        
                       |        
exceptions.BaseException --+    
                           |    
        exceptions.Exception --+
                               |
                              IntelHexError
Known Subclasses:

Base Exception class for IntelHex module
Instance Methods [hide private]
 
__init__(self, msg=None, **kw)
Initialize the Exception with the given message.
source code
 
__str__(self)
Return the message in this Exception.
source code

Inherited from exceptions.Exception: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__

Inherited from object: __hash__, __reduce_ex__

Class Variables [hide private]
  _fmt = 'IntelHex base error'
format string
Properties [hide private]

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__

Method Details [hide private]

__init__(self, msg=None, **kw)
(Constructor)

source code 
Initialize the Exception with the given message.
Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 
Return the message in this Exception.
Overrides: object.__str__