gensrc.serialization.exceptions.SerializationCreatorException Class Reference
Inheritance diagram for gensrc.serialization.exceptions.SerializationCreatorException:
Collaboration diagram for gensrc.serialization.exceptions.SerializationCreatorException:

Public Member Functions

def __init__ (self, className)
 

Public Attributes

 value_
 

Static Public Attributes

string UNDEFINED_CREATOR_ERROR
 

Detailed Description

XML document contains a class for which no creator has been implemented
in the gensrc object factory.

Constructor & Destructor Documentation

◆ __init__()

def gensrc.serialization.exceptions.SerializationCreatorException.__init__ (   self,
  className 
)
Initialize the SerializationCreatorException object.

Member Data Documentation

◆ UNDEFINED_CREATOR_ERROR

string gensrc.serialization.exceptions.SerializationCreatorException.UNDEFINED_CREATOR_ERROR
static
Initial value:
= '''
no creator function found for class "%(className)s"'''

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