O2-DQ User Interface 1.0.0
Loading...
Searching...
No Matches
CfgInvalidFormatError Class Reference
Inheritance diagram for CfgInvalidFormatError:

Public Member Functions

def __init__ (self, configjson)
 
def __str__ (self)
 

Public Attributes

 configjson
 

Detailed Description

Exception raised for Invalid format json file

Attributes:
    config: input provided config json file

Definition at line 35 of file dqExceptions.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  configjson 
)

Definition at line 43 of file dqExceptions.py.

43 def __init__(self, configjson):
44 self.configjson = configjson
45 super().__init__()
46

Member Function Documentation

◆ __str__()

def __str__ (   self)

Definition at line 47 of file dqExceptions.py.

47 def __str__(self):
48 return f"Invalid Format for json config file! Your JSON config input: {self.configjson} After the script, you must define your json configuration file \
49 The command line should look like this:"
50
51

Member Data Documentation

◆ configjson

configjson

Definition at line 44 of file dqExceptions.py.


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