Package saga :: Class security_exception
[frames] | no frames]

Class security_exception

source code

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

Instance Methods

Inherited from exceptions.Exception: __new__

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

Inherited from object: __format__, __hash__, __reduce_ex__, __sizeof__, __subclasshook__

    Inherited from exception
 
__getattribute__(self, attr)
x.__getattribute__('name') <==> x.name
source code
 
__init__(self, error)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__str__(self)
str(x)
source code
 
get_all_exceptions(self) source code
 
get_all_messages(self) source code
 
get_error(self) source code
 
get_full_message(self) source code
 
get_message(self) source code
 
get_object(self) source code
Properties

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__