gensrc.types.exceptions.InvalidSuperTypeNameException Class Reference
Inheritance diagram for gensrc.types.exceptions.InvalidSuperTypeNameException:
Collaboration diagram for gensrc.types.exceptions.InvalidSuperTypeNameException:

Public Member Functions

def __init__ (self, superTypeName)
 

Public Attributes

 value_
 

Static Public Attributes

string INVALID_SUPER_TYPE_NAME_ERROR
 

Detailed Description

Encountered a supertype name which is not defined in supertypes.xml.

Member Data Documentation

◆ INVALID_SUPER_TYPE_NAME_ERROR

string gensrc.types.exceptions.InvalidSuperTypeNameException.INVALID_SUPER_TYPE_NAME_ERROR
static
Initial value:
= """
The supertype name "%(superTypeName)s" is not defined in the "supertypes.xml" datatype metadata file."""

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