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

Public Member Functions

def __init__ (self, functionName, loopParameterName)
 

Public Attributes

 value_
 

Static Public Attributes

string BEHAVIOR_RETURN_NON_VECTOR_ERROR
 

Detailed Description

Loop function return value is not a parameter.

Constructor & Destructor Documentation

◆ __init__()

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

Member Data Documentation

◆ BEHAVIOR_RETURN_NON_VECTOR_ERROR

string gensrc.functions.exceptions.BehaviorReturnNonVectorException.BEHAVIOR_RETURN_NON_VECTOR_ERROR
static
Initial value:
= """
Error processing function %(functionName)s -
Function has been configured to loop,
but the return value is not a vector."""

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