gensrc.rules.exceptions.RuleCodeInvalidException Class Reference
Inheritance diagram for gensrc.rules.exceptions.RuleCodeInvalidException:
Collaboration diagram for gensrc.rules.exceptions.RuleCodeInvalidException:

Public Member Functions

def __init__ (self, codeID)
 

Public Attributes

 value_
 

Static Public Attributes

string INVALID_CODE_ERROR
 

Detailed Description

Encountered an invalid code ID.

Constructor & Destructor Documentation

◆ __init__()

def gensrc.rules.exceptions.RuleCodeInvalidException.__init__ (   self,
  codeID 
)
Initialize the RuleCodeInvalidException object.

Member Data Documentation

◆ INVALID_CODE_ERROR

string gensrc.rules.exceptions.RuleCodeInvalidException.INVALID_CODE_ERROR
static
Initial value:
= '''
The code ID "%(codeID)s" is not defined in file "codedict.py"'''

The documentation for this class was generated from the following file:
  • rules/exceptions.py