HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
drce.CommandExecutor.CommandExecutorErr Class Reference
Inheritance diagram for drce.CommandExecutor.CommandExecutorErr:
Collaboration diagram for drce.CommandExecutor.CommandExecutorErr:

Public Member Functions

def __init__ (self, msg)
 

Detailed Description

Definition at line 23 of file CommandExecutor.py.

Constructor & Destructor Documentation

◆ __init__()

def drce.CommandExecutor.CommandExecutorErr.__init__ (   self,
  msg 
)

Definition at line 25 of file CommandExecutor.py.

25  def __init__(self, msg):
26  Exception.__init__(self, msg)
27 
28 
29 # #Main point for execution commands related to the drce
30 # It hides all complexities of command execution
31 #
def __init__(self)
constructor
Definition: UIDGenerator.py:19

The documentation for this class was generated from the following file: