gensrc.addins.excelexceptions.ExcelParameterLengthException Class Reference
Inheritance diagram for gensrc.addins.excelexceptions.ExcelParameterLengthException:
Collaboration diagram for gensrc.addins.excelexceptions.ExcelParameterLengthException:

Public Member Functions

def __init__ (self, functionName, parameterNames, max)
 

Public Attributes

 value_
 

Static Public Attributes

string PARAM_ERROR
 

Detailed Description

List of parameter names is too long.

Constructor & Destructor Documentation

◆ __init__()

def gensrc.addins.excelexceptions.ExcelParameterLengthException.__init__ (   self,
  functionName,
  parameterNames,
  max 
)
Initialize the ExcelParameterLengthException object.

Member Data Documentation

◆ PARAM_ERROR

string gensrc.addins.excelexceptions.ExcelParameterLengthException.PARAM_ERROR
static
Initial value:
= """
Error processing function %(functionName)s -
The comma-delimited list of parameter names is invalid:
%(parameterNames)s
This string has a length of %(len)d which exceeds the max of %(max)d
allowed by the Excel function wizard.
Please shorten the names of the parameters."""

The documentation for this class was generated from the following file:
  • excelexceptions.py