exception documentation

Error if an array has the wrong size for the following operation.

Returns
message containing the size of the array and the required size.
Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable arrName Undocumented
Instance Variable arrSize Undocumented
Instance Variable reqSize Undocumented
def __init__(self, arrName, arrSize, reqSize):

Undocumented

def __str__(self):

Undocumented

arrName =

Undocumented

arrSize =

Undocumented

reqSize =

Undocumented