gensrc.categories.exceptions.DuplicateNameException Class Reference
Inheritance diagram for gensrc.categories.exceptions.DuplicateNameException:
Collaboration diagram for gensrc.categories.exceptions.DuplicateNameException:

Public Member Functions

def __init__ (self, categoryName)
 

Public Attributes

 value_
 

Static Public Attributes

string DUPLICATE_NAME_ERROR
 

Constructor & Destructor Documentation

◆ __init__()

def gensrc.categories.exceptions.DuplicateNameException.__init__ (   self,
  categoryName 
)
Initialize the DuplicateNameException object.

Member Data Documentation

◆ DUPLICATE_NAME_ERROR

string gensrc.categories.exceptions.DuplicateNameException.DUPLICATE_NAME_ERROR
static
Initial value:
= """
Cannot create category with name %(categoryName)s
because another category has already been defined with that name."""

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