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__ (self, s)
 
def __str__ (self)
 

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  def __init__(self, s):
20  self.value = s
21  return
22 
def __init__(self, s)
Definition: xmlerror.py:19

Member Function Documentation

def python.xmlerror.XMLError.__str__ (   self)

Definition at line 23 of file xmlerror.py.

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

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: