Package Pyblio :: Package Format :: Module Base :: Class Missing
[hide private]
[frames] | no frames]

Class Missing

source code

exceptions.Exception --+            
                       |            
exceptions.StandardError --+        
                           |        
      exceptions.LookupError --+    
                               |    
             exceptions.KeyError --+
                                   |
                                  Missing

This error is raised when a specific attribute is missing.

Instance Methods [hide private]

Inherited from exceptions.KeyError: __str__

Inherited from exceptions.Exception: __getitem__, __init__