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.DTMAEmptyClasses Class Reference

DTMAExceptions module keepts DTMA module native exceptions. More...

Inheritance diagram for dtma.DTMAExceptions.DTMAEmptyClasses:
Collaboration diagram for dtma.DTMAExceptions.DTMAEmptyClasses:

Public Member Functions

def __init__ (self, message)
 

Detailed Description

DTMAExceptions module keepts DTMA module native exceptions.

Definition at line 13 of file DTMAExceptions.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 14 of file DTMAExceptions.py.

14  def __init__(self, message):
15  Exception.__init__(self, message)
16 
17 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

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