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

Public Member Functions

def __init__ (self, typeName, superTypeName)
 

Public Attributes

 value_
 

Static Public Attributes

string INVALID_NATIVE_TYPE_ERROR
 

Detailed Description

Encountered a type/supertype combination for which no native type
is specified.

Member Data Documentation

◆ INVALID_NATIVE_TYPE_ERROR

string gensrc.types.exceptions.InvalidNativeTypeException.INVALID_NATIVE_TYPE_ERROR
static
Initial value:
= """
Error processing type/supertype combination '%(typeName)s/%(superTypeName)s - neither specifies a native datatype."""

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