All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
python.xmlerror.XMLError Class Reference
Inheritance diagram for python.xmlerror.XMLError:

Public Member Functions

def __init__
 
def __str__
 

Public Attributes

 value
 

Detailed Description

Definition at line 17 of file xmlerror.py.

Constructor & Destructor Documentation

def python.xmlerror.XMLError.__init__ (   self,
  s 
)

Definition at line 19 of file xmlerror.py.

19 
20  def __init__(self, s):
21  self.value = s
22  return

Member Function Documentation

def python.xmlerror.XMLError.__str__ (   self)

Definition at line 23 of file xmlerror.py.

23 
24  def __str__(self):
25  return self.value
26 

Member Data Documentation

python.xmlerror.XMLError.value

Definition at line 20 of file xmlerror.py.


The documentation for this class was generated from the following file: