Package saga :: Class state_exception
[hide private]
[frames] | no frames]

Class state_exception

              object --+            
                       |            
exceptions.BaseException --+        
                           |        
        exceptions.Exception --+    
                               |    
                       exception --+
                                   |
                                  state_exception
Known Subclasses:

Instance Methods [hide private]

Inherited from exception: __getattribute__, __init__, __str__, get_error, get_message, get_object

Inherited from exceptions.Exception: __new__

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

Inherited from object: __hash__, __reduce_ex__

Properties [hide private]

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__