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

Public Member Functions

def __init__ (self, functionName, parameterCount, parameterMax)
 

Public Attributes

 value_
 

Static Public Attributes

string MAXPARAMERR
 

Detailed Description

Too many parameters for a given function.

Constructor & Destructor Documentation

◆ __init__()

def gensrc.addins.excelexceptions.ExcelParameterCountException.__init__ (   self,
  functionName,
  parameterCount,
  parameterMax 
)
Initialize the ExcelParameterCountException object.

Member Data Documentation

◆ MAXPARAMERR

string gensrc.addins.excelexceptions.ExcelParameterCountException.MAXPARAMERR
static
Initial value:
= '''\
Error processing function "%(functionName)s" -
This function is defined with %(parameterCount)d arguments
which exceeds the Excel maximum of %(parameterMax)d arguments.'''

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