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
dc_crawler.Exceptions.CrawlerFilterException Class Reference
Inheritance diagram for dc_crawler.Exceptions.CrawlerFilterException:
Collaboration diagram for dc_crawler.Exceptions.CrawlerFilterException:

Public Member Functions

def __init__ (self, message)
 

Detailed Description

Definition at line 29 of file Exceptions.py.

Constructor & Destructor Documentation

◆ __init__()

def dc_crawler.Exceptions.CrawlerFilterException.__init__ (   self,
  message 
)

Definition at line 30 of file Exceptions.py.

30  def __init__(self, message):
31  Exception.__init__(self, message)
32 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

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