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

Public Member Functions

def __init__ (self, functionName, loopParameterName)
 

Public Attributes

 value_
 

Static Public Attributes

string BEHAVIOR_LOOP_NON_VECTOR_ERROR
 

Detailed Description

Configured loop parameter is not a vector.

Constructor & Destructor Documentation

◆ __init__()

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

Member Data Documentation

◆ BEHAVIOR_LOOP_NON_VECTOR_ERROR

string gensrc.functions.exceptions.BehaviorLoopNonVectorException.BEHAVIOR_LOOP_NON_VECTOR_ERROR
static
Initial value:
= """
Error processing function %(functionName)s -
Function has been configured to loop on parameter "%(loopParameterName)s"
but that parameter is not a vector."""

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