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.CommandConvertor.CommandConvertorError Class Reference

Exception which inform about errors which appeared during parsing procedure of drce message protocol. More...

Inheritance diagram for drce.CommandConvertor.CommandConvertorError:
Collaboration diagram for drce.CommandConvertor.CommandConvertorError:

Public Member Functions

def __init__ (self, msg)
 

Detailed Description

Exception which inform about errors which appeared during parsing procedure of drce message protocol.

Definition at line 20 of file CommandConvertor.py.

Constructor & Destructor Documentation

◆ __init__()

def drce.CommandConvertor.CommandConvertorError.__init__ (   self,
  msg 
)

Definition at line 22 of file CommandConvertor.py.

22  def __init__(self, msg):
23  Exception.__init__(self, msg)
24 
25 
26 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

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