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

Class EXCN_FTSketchGraph

                        object --+                
                                 |                
                       ??.instance --+            
                                     |            
 utility.excn._utility_excn_.EXCN_Base --+        
                                         |        
utility.excn._utility_excn_.EXCN_Exception --+    
                                             |    
utility.excn._utility_excn_.EXCN_Msg_Exception --+
                                                 |
                                                EXCN_FTSketchGraph

core/environment/FoldTreeSketch.hh:48

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1, (int)by, (int)on, (str)action, (str)reason) -> None : core/environment/FoldTreeSketch.hh:52

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, (int)by, (int)on, (str)action, (str)reason) -> None :
    core/environment/FoldTreeSketch.hh:52

    C++ signature :
        void __init__(_object*,unsigned long,unsigned long,std::string,std::string)

__init__( (object)arg1, (EXCN_FTSketchGraph)) -> None :
    core/environment/FoldTreeSketch.hh:48

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

__init__( (object)arg1, (str)message) -> None :
    core/environment/FoldTreeSketch.hh:54

    C++ signature :
        void __init__(_object*,std::string)

Overrides: object.__init__