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

Public Member Functions

def __init__ (self, fileName, className)
 

Public Attributes

 value_
 

Static Public Attributes

string SERIALIZATION_ERROR
 

Detailed Description

Error serializing an object from XML.

Constructor & Destructor Documentation

◆ __init__()

def gensrc.utilities.exceptions.UtilitiesSerializationException.__init__ (   self,
  fileName,
  className 
)
Initialize the UtilitiesSerializationException object.

Member Data Documentation

◆ SERIALIZATION_ERROR

string gensrc.utilities.exceptions.UtilitiesSerializationException.SERIALIZATION_ERROR
static
Initial value:
= """
Error loading object of class '%(className)s' from XML document '%(fileName)s.xml' :
%(parseError)s"""

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