Package rosetta :: Package core :: Package environment :: Module _core_environment_ :: Class EXCN_Env_Exception
[hide private]
[frames] | no frames]

Class EXCN_Env_Exception

                        object --+                
                                 |                
                       ??.instance --+            
                                     |            
 utility.excn._utility_excn_.EXCN_Base --+        
                                         |        
utility.excn._utility_excn_.EXCN_Exception --+    
                                             |    
utility.excn._utility_excn_.EXCN_Msg_Exception --+
                                                 |
                                                EXCN_Env_Exception
Known Subclasses:

core/environment/EnvExcnBase.hh:35

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1, (EnvCoreCAP)env_ap) -> None : core/environment/EnvExcnBase.hh:38

Inherited from utility.excn._utility_excn_.EXCN_Msg_Exception: add_msg, msg, show

Inherited from utility.excn._utility_excn_.EXCN_Base: __reduce__

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from utility.excn._utility_excn_.EXCN_Msg_Exception: __instance_size__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1, (EnvCoreCAP)env_ap) -> None :
    core/environment/EnvExcnBase.hh:38

    C++ signature :
        void __init__(_object*,boost::weak_ptr<core::environment::EnvCore const>)

__init__( (object)arg1, (EXCN_Env_Exception)) -> None :
    core/environment/EnvExcnBase.hh:35

    C++ signature :
        void __init__(_object*,core::environment::EXCN_Env_Exception)

Overrides: object.__init__