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
dtma.DTMAExceptions.DTMAEmptyFields Class Reference
Inheritance diagram for dtma.DTMAExceptions.DTMAEmptyFields:
Collaboration diagram for dtma.DTMAExceptions.DTMAEmptyFields:

Public Member Functions

def __init__ (self, message)
 

Detailed Description

Definition at line 18 of file DTMAExceptions.py.

Constructor & Destructor Documentation

◆ __init__()

def dtma.DTMAExceptions.DTMAEmptyFields.__init__ (   self,
  message 
)

Definition at line 19 of file DTMAExceptions.py.

19  def __init__(self, message):
20  Exception.__init__(self, message)
21 
22 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

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