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

Public Member Functions

def __init__ (self, stringValue, stringLength, maxStringLength)
 

Public Attributes

 value_
 

Static Public Attributes

string MAX_LEN_ERROR
 

Detailed Description

String too long for Excel.

Constructor & Destructor Documentation

◆ __init__()

def gensrc.addins.excelexceptions.ExcelStringLengthException.__init__ (   self,
  stringValue,
  stringLength,
  maxStringLength 
)
Initialize the ExcelStringLengthException object.

Member Data Documentation

◆ MAX_LEN_ERROR

string gensrc.addins.excelexceptions.ExcelStringLengthException.MAX_LEN_ERROR
static
Initial value:
= '''
The following string is invalid:
"%(stringValue)s"
This string has a length of %(stringLength)d bytes
which exceeds the Excel maximum string length of %(maxStringLength)d bytes.'''

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