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

Public Member Functions

def __init__ (self, xmlDocumentName, elementName)
 

Public Attributes

 value_
 

Static Public Attributes

string ELEMENT_MISSING_ERROR
 

Detailed Description

XML document missing a required node.

Constructor & Destructor Documentation

◆ __init__()

def gensrc.serialization.exceptions.SerializationElementMissingException.__init__ (   self,
  xmlDocumentName,
  elementName 
)
Initialize the SerializationElementMissingException object.

Member Data Documentation

◆ ELEMENT_MISSING_ERROR

string gensrc.serialization.exceptions.SerializationElementMissingException.ELEMENT_MISSING_ERROR
static
Initial value:
= '''
Error loading XML document '%(xmlDocumentName)s' :
No element with name "%(elementName)s"'''

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