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

Public Member Functions

def __init__ (self, typeName)
 

Public Attributes

 value_
 

Static Public Attributes

string INVALID_TYPE_NAME_ERROR
 

Detailed Description

Encountered a type name which is not defined in types.xml.

Member Data Documentation

◆ INVALID_TYPE_NAME_ERROR

string gensrc.types.exceptions.InvalidTypeNameException.INVALID_TYPE_NAME_ERROR
static
Initial value:
= """
The type name "%(typeName)s" is not defined in the "types.xml" datatype metadata file."""

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