gensrc.parameters.exceptions.ParameterDuplicateNameException Class Reference
Inheritance diagram for gensrc.parameters.exceptions.ParameterDuplicateNameException:
Collaboration diagram for gensrc.parameters.exceptions.ParameterDuplicateNameException:

Public Member Functions

def __init__ (self, parameterName)
 

Public Attributes

 value_
 

Static Public Attributes

string DUPLICATE_NAME_ERROR
 

Detailed Description

The parameter name is the same as that of another parameter
in the same function.

Member Data Documentation

◆ DUPLICATE_NAME_ERROR

string gensrc.parameters.exceptions.ParameterDuplicateNameException.DUPLICATE_NAME_ERROR
static
Initial value:
= """
Error processing parameter name "%(parameterName)s":
This string has been specified for two different parameters
within the same function. (The test is case insensitive)."""

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