gensrc.utilities.exceptions.UtilitiesSerializationListException Class Reference
Inheritance diagram for gensrc.utilities.exceptions.UtilitiesSerializationListException:
Collaboration diagram for gensrc.utilities.exceptions.UtilitiesSerializationListException:

Public Member Functions

def __init__ (self, fileName, listName, itemName)
 

Public Attributes

 value_
 

Static Public Attributes

string SERIALIZATION_LIST_ERROR
 

Detailed Description

Error serializing an object list from XML.

Constructor & Destructor Documentation

◆ __init__()

def gensrc.utilities.exceptions.UtilitiesSerializationListException.__init__ (   self,
  fileName,
  listName,
  itemName 
)
Initialize the UtilitiesSerializationListException object.

Member Data Documentation

◆ SERIALIZATION_LIST_ERROR

string gensrc.utilities.exceptions.UtilitiesSerializationListException.SERIALIZATION_LIST_ERROR
static
Initial value:
= """
Error loading list '%(listName)s' containing items '%(itemName)s'
from XML document '%(fileName)s.xml' :
%(parseError)s"""

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