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

Public Member Functions

def __init__ (self, message, code=APP_CONSTS.ERROR_FETCHER_INTERNAL)
 

Public Attributes

 code
 

Detailed Description

Definition at line 31 of file Exceptions.py.

Constructor & Destructor Documentation

◆ __init__()

def app.Exceptions.SeleniumFetcherException.__init__ (   self,
  message,
  code = APP_CONSTS.ERROR_FETCHER_INTERNAL 
)

Definition at line 32 of file Exceptions.py.

32  def __init__(self, message, code=APP_CONSTS.ERROR_FETCHER_INTERNAL):
33  Exception.__init__(self, message)
34 
35  self.code = code
36 
37 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ code

app.Exceptions.SeleniumFetcherException.code

Definition at line 35 of file Exceptions.py.


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