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

Public Member Functions

def __init__ (self, functionName, loopParameterName)
 

Public Attributes

 value_
 

Static Public Attributes

string BEHAVIOR_LOOP_DEFAULT_ERROR
 

Detailed Description

Default value specified for loop parameter - this is unsupported.

Constructor & Destructor Documentation

◆ __init__()

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

Member Data Documentation

◆ BEHAVIOR_LOOP_DEFAULT_ERROR

string gensrc.functions.exceptions.BehaviorLoopDefaultException.BEHAVIOR_LOOP_DEFAULT_ERROR
static
Initial value:
= """
Error processing function %(functionName)s -
A default value has been specified for loop parameter "%(loopParameterName)s",
default values are not supported for loop parameters."""

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