gensrc.functions.exceptions.BehaviorLoopParameterException Class Reference
Inheritance diagram for gensrc.functions.exceptions.BehaviorLoopParameterException:
Collaboration diagram for gensrc.functions.exceptions.BehaviorLoopParameterException:

Public Member Functions

def __init__ (self, functionName, loopParameterName)
 

Public Attributes

 value_
 

Static Public Attributes

string BEHAVIOR_LOOP_PARAMETER_ERROR
 

Detailed Description

The configured loop parameter is not defined.

Constructor & Destructor Documentation

◆ __init__()

def gensrc.functions.exceptions.BehaviorLoopParameterException.__init__ (   self,
  functionName,
  loopParameterName 
)
Initialize the BehaviorLoopParameterException object.

Member Data Documentation

◆ BEHAVIOR_LOOP_PARAMETER_ERROR

string gensrc.functions.exceptions.BehaviorLoopParameterException.BEHAVIOR_LOOP_PARAMETER_ERROR
static
Initial value:
= """
Error processing function %(functionName)s -
Function has been configured to loop on parameter "%(loopParameterName)s"
but there is no input parameter with that name."""

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