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

Public Member Functions

def __init__ (self, parameterName, illegalNameList)
 

Public Attributes

 value_
 

Static Public Attributes

string ILLEGAL_NAME_ERROR
 

Detailed Description

The name provided for the parameter is not valid.

Member Data Documentation

◆ ILLEGAL_NAME_ERROR

string gensrc.parameters.exceptions.ParameterIllegalNameException.ILLEGAL_NAME_ERROR
static
Initial value:
= """
Error processing parameter name "%(parameterName)s":
This string is reserved and cannot be used parameter name.
Below is the list of (case insensitive) strings
which cannot be used as parameter names:
%(illegalNameList)s"""

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